Skip to content

Commit 2114f1f

Browse files
committed
bump node version in github actions
1 parent d6ccdab commit 2114f1f

File tree

5 files changed

+711
-1960
lines changed

5 files changed

+711
-1960
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-node@v3
1414
with:
15-
node-version: '18.x'
15+
node-version: '22.x'
1616
registry-url: 'https://registry.npmjs.org'
1717
- run: npm install -g npm
1818
- run: npm ci

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ jobs:
88
- uses: actions/checkout@v3
99
- uses: actions/setup-node@v3
1010
with:
11-
node-version: '16'
11+
node-version: '22'
1212
- run: npm ci
1313
- run: npm test

etc/hooks/pre-commit

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
3+
npx --no-install lint-staged

0 commit comments

Comments
 (0)