Skip to content

Commit e6e0344

Browse files
authored
Merge pull request #41 from github/upgrade-node-version-in-actions
upgrade node version in actions
2 parents 5eaa6bb + e0924cf commit e6e0344

File tree

4 files changed

+60
-1367
lines changed

4 files changed

+60
-1367
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)