diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index f5bb613..439828b 100755 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -9,12 +9,12 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [16.x, 18.x, 20.x] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - name: yarn install, lint, build, and test