Skip to content

Commit 407f528

Browse files
authored
Merge pull request #34 from hiro08gh/chore-adjust-ci-and-package-update
chore: audit fix and update node version
2 parents 452ed74 + 54e7cbd commit 407f528

File tree

4 files changed

+577
-547
lines changed

4 files changed

+577
-547
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [18.x]
15+
node-version: [ '18.x', '20.x', '22.x' ]
1616

1717
steps:
1818
- uses: actions/checkout@v3
@@ -24,4 +24,4 @@ jobs:
2424
- run: npm ci
2525
- run: npm run build
2626
- run: npm run lint
27-
- run: npm run test
27+
- run: npm run test

.github/workflows/release.yaml

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

0 commit comments

Comments
 (0)