diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index c2f4900..8d89152 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -11,11 +11,11 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [ 16, 18, 20 ] + node-version: [ 18, 20 ] steps: - - uses: actions/checkout@v3 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + name: Use Node.js ${{ matrix.node-version }} + - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'npm'