diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 0a65769..b4c3807 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -13,12 +13,12 @@ jobs: strategy: matrix: - node-version: [16.x, 19.x] + node-version: [19.x, 20.x, 21.x] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - run: npm ci