diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index b6ba5276..c63ab65d 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -21,7 +21,7 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x, 16.x, 18.x] + node-version: [16.x, 18.x, 20.x, 22.x] os: [ubuntu-18.04, macos-latest, windows-latest] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ @@ -32,6 +32,6 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: 'npm' - cache-dependency-path: js/yarn.lock + cache-dependency-path: js/package-lock.json - run: npm install --dev - run: npm test