Skip to content

Commit d8e98eb

Browse files
committed
Update github build to use node 20
1 parent 3ee342b commit d8e98eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/on-merge-main-deploy-gpr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v3
1818
- uses: actions/setup-node@v3
1919
with:
20-
node-version: '16.x'
20+
node-version: '20.x'
2121
registry-url: 'https://npm.pkg.github.com'
2222
- run: npm ci
2323
- run: npm run npm-build-package

.github/workflows/on-merge-main-deploy-npmjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: '16.x'
16+
node-version: '20.x'
1717
registry-url: 'https://registry.npmjs.org'
1818
- run: npm ci
1919
- run: npm run npm-build-package

0 commit comments

Comments
 (0)