Skip to content

Commit 5574077

Browse files
committed
fix(ci): bump node version
1 parent a7044d6 commit 5574077

File tree

2 files changed

+2184
-2013
lines changed

2 files changed

+2184
-2013
lines changed

Diff for: .github/workflows/ci.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- uses: actions/setup-node@v3
2626
with:
27-
node-version: 16
27+
node-version: 18
2828

2929
- uses: bahmutov/npm-install@v1
3030
with:
@@ -45,7 +45,7 @@ jobs:
4545

4646
- uses: actions/setup-node@v3
4747
with:
48-
node-version: 16
48+
node-version: 18
4949

5050
- uses: bahmutov/npm-install@v1
5151
with:
@@ -73,7 +73,7 @@ jobs:
7373

7474
- uses: actions/setup-node@v3
7575
with:
76-
node-version: 16
76+
node-version: 18
7777

7878
- uses: bahmutov/npm-install@v1
7979
with:
@@ -101,7 +101,7 @@ jobs:
101101

102102
- uses: actions/setup-node@v3
103103
with:
104-
node-version: 16
104+
node-version: 18
105105

106106
- uses: bahmutov/npm-install@v1
107107
with:

0 commit comments

Comments
 (0)