diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml index 409d591..1b33daf 100644 --- a/.github/workflows/js.yml +++ b/.github/workflows/js.yml @@ -12,12 +12,12 @@ jobs: strategy: matrix: - node-version: [18.x] + node-version: [22, 24, 25] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }} cache: 'npm'