Skip to content

Commit fd107b3

Browse files
committed
Upgrade the node version in github workflow action
1 parent 5a2420b commit fd107b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install Node.js
2222
uses: actions/setup-node@v3
2323
with:
24-
node-version: 16.x
24+
node-version: 18.x
2525

2626
- name: Install Yarn
2727
run: |
@@ -79,7 +79,7 @@ jobs:
7979
- name: Install Node.js
8080
uses: actions/setup-node@v3
8181
with:
82-
node-version: 16.x
82+
node-version: 18.x
8383

8484
- name: Install Yarn
8585
run: |

0 commit comments

Comments
 (0)