diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index 319ffa6..8cb9306 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -20,6 +20,6 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '12.x' + node-version: '22.x' - run: npm install --no-color - run: npm test --no-color