diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7018a7b..5e0a219 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ permissions: contents: read jobs: full: - name: Node.js 19 Full + name: Node.js 20 Full runs-on: ubuntu-latest steps: - name: Checkout the repository @@ -18,7 +18,7 @@ jobs: with: version: 8 - name: Install Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: 20 cache: pnpm @@ -42,7 +42,7 @@ jobs: with: version: 8 - name: Install Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} cache: pnpm