Skip to content

Commit 37f82f9

Browse files
update node version on gh actions
1 parent 0607c8d commit 37f82f9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v3
10-
- name: Use Node.js/16
10+
- name: Use Node.js/18
1111
uses: actions/setup-node@v1
1212
with:
13-
node-version: 16
13+
node-version: 18
1414
- name: Get yarn cache directory path
1515
id: yarn-cache-dir-path
1616
run: echo "::set-output name=dir::$(yarn cache dir)"

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v3
12-
- name: Use Node.js/16
12+
- name: Use Node.js/18
1313
uses: actions/setup-node@v1
1414
with:
15-
node-version: 16
15+
node-version: 18
1616
- name: Get yarn cache directory path
1717
id: yarn-cache-dir-path
1818
run: echo "::set-output name=dir::$(yarn cache dir)"

0 commit comments

Comments
 (0)