Skip to content

Commit 4967db0

Browse files
committed
upgrade node version in actions
1 parent f61cc09 commit 4967db0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: 14
14+
node-version: 18
1515
registry-url: https://registry.npmjs.org/
1616
cache: npm
1717
- run: npm ci
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ jobs:
66
runs-on: macos-latest
77
steps:
88
- uses: actions/checkout@v2
9-
- name: Use Node.js 14.x
9+
- name: Use Node.js
1010
uses: actions/setup-node@v1
1111
with:
12-
node-version: 14.x
12+
node-version: 18.x
1313
- name: npm install, build, and test
1414
run: |
1515
npm install

0 commit comments

Comments
 (0)