Skip to content

Commit 05ca2da

Browse files
committed
update ci/cd scripts
1 parent 254070c commit 05ca2da

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-node@v2
1313
with:
14-
node-version: 16
14+
node-version: 20
1515
- run: npm ci
1616
- run: npm run ci-sub-modules --if-present
1717
- run: npm test

.github/workflows/npmtest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node-version: [16.x, 18.x, 20.x]
12+
node-version: [18.x, 20.x]
1313

1414
steps:
1515
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)