Skip to content

Commit 0ee43eb

Browse files
committed
fix: update node.js version in github Actions.
1 parent 455343c commit 0ee43eb

File tree

3 files changed

+117
-7551
lines changed

3 files changed

+117
-7551
lines changed

.github/workflows/publish-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
# publish for npm package.
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: '12.x'
14+
node-version: '18.x'
1515
registry-url: 'https://registry.npmjs.org'
1616
- run: |
1717
npm ci

0 commit comments

Comments
 (0)