Skip to content

Commit 6fab9ae

Browse files
committed
chore(ci): bump node version on CI
1 parent 03dcb32 commit 6fab9ae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: "Setup node with cache"
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: 16
19+
node-version: 18
2020
cache: 'yarn'
2121

2222
- run: yarn install --frozen-lockfile

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: "Setup node with cache"
1212
uses: actions/setup-node@v3
1313
with:
14-
node-version: 16
14+
node-version: 18
1515
cache: 'yarn'
1616

1717
- run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)