From 3ef54237058a786fe7b7e8781da3147b8b20aabb Mon Sep 17 00:00:00 2001 From: JensForstmann Date: Fri, 27 Sep 2024 12:17:59 +0200 Subject: [PATCH] Update test workflow --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9086831..410fbe4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,14 +16,14 @@ jobs: node: - 18 - 20 - - 21 + - 22 steps: - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: '${{ matrix.node }}' - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: 'Cache node_modules' - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.npm key: ${{ runner.os }}-node-v${{ matrix.node }}-${{ hashFiles('**/package.json') }}