Skip to content

Commit ff0980e

Browse files
committed
ci: use node 18
1 parent 0f7a962 commit ff0980e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/code-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Node.js
2121
uses: actions/setup-node@v2
2222
with:
23-
node-version: '16'
23+
node-version: '18'
2424

2525
- name: Install dependencies
2626
run: yarn install

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/setup-node@v3
1616
with:
1717
registry-url: 'https://registry.npmjs.org'
18-
node-version: 16
18+
node-version: 18
1919
cache: 'yarn'
2020

2121
- name: yarn install

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
- uses: actions/setup-node@v3
1111
with:
12-
node-version: 16
12+
node-version: 18
1313
cache: 'yarn'
1414

1515
- name: yarn install

0 commit comments

Comments
 (0)