Skip to content

Commit b313a5a

Browse files
committed
ci: Upgrade to node 18
1 parent 591c9d7 commit b313a5a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Node JS
1616
uses: actions/setup-node@v2
1717
with:
18-
node-version: 16.x
18+
node-version: 18.x
1919
cache: yarn
2020

2121
- run: yarn install --ignore-engines

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node JS
2020
uses: actions/setup-node@v2
2121
with:
22-
node-version: 16.x
22+
node-version: 18.x
2323
cache: yarn
2424

2525
- name: Build Docs 📚

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Node JS
1616
uses: actions/setup-node@v2
1717
with:
18-
node-version: 16.x
18+
node-version: 18.x
1919
cache: yarn
2020
- run: yarn install --ignore-engines
2121
- run: yarn lint:nofix

0 commit comments

Comments
 (0)