Skip to content

Commit 1da38da

Browse files
committed
Update GitHub Actions workflow
- Node.js 22 - Replace npm run test with npm run tap to avoid unnecessarily running ESLint twice
1 parent 7ef5e29 commit 1da38da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
- name: Install Node.js
1515
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
1616
with:
17-
node-version: 20
17+
node-version: 22
1818
cache: npm
1919
- run: npm ci
2020
- run: npm run lint
2121
- run: npm run build
22-
- run: npm run test
22+
- run: npm run tap

0 commit comments

Comments
 (0)