diff --git a/.github/workflows/bevry.yml b/.github/workflows/bevry.yml index d1a25b0..0d9d1eb 100644 --- a/.github/workflows/bevry.yml +++ b/.github/workflows/bevry.yml @@ -23,7 +23,7 @@ jobs: with: deno-version: vx.x.x - name: Install desired Node.js version - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: '20' - name: Verify Node.js Versions @@ -35,7 +35,7 @@ jobs: - run: npm run our:verify - name: Install targeted Node.js if: ${{ matrix.node != 20 }} - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node }} - name: Verify Node.js Versions @@ -56,7 +56,7 @@ jobs: with: deno-version: vx.x.x - name: Install desired Node.js version - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: '20' - name: Verify Node.js Versions