Skip to content

Commit 59833e7

Browse files
committed
ci: use newest node lts version
1 parent e900781 commit 59833e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: actions/setup-node@v3
1818
with:
19-
node-version: 16
19+
node-version: 18
2020
cache: yarn
2121

2222
- name: Install dependencies

Diff for: .github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@master
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: 14.x
17+
node-version: 18
1818
cache: yarn
1919
- name: Lint and test
2020
run: |

0 commit comments

Comments
 (0)