Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0797adf

Browse files
committed
Update Node to 18 in CI
1 parent a348b20 commit 0797adf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: '16'
21+
node-version: '18'
2222

2323
- run: yarn
2424

@@ -32,7 +32,7 @@ jobs:
3232

3333
- uses: actions/setup-node@v4
3434
with:
35-
node-version: '16'
35+
node-version: '18'
3636

3737
- run: yarn
3838

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: '16'
21+
node-version: '18'
2222

2323
- run: yarn
2424

0 commit comments

Comments
 (0)