diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9f708b1..65769f2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-node@v4 with: cache: npm - node-version: 18 + node-version: 22 - run: npm ci - run: npm test createComment: @@ -28,7 +28,7 @@ jobs: - uses: actions/setup-node@v4 with: cache: npm - node-version: 18 + node-version: 22 - run: npm ci - run: node test/fixtures/app.js env: