Skip to content

Commit 82713a1

Browse files
committed
fix(ci): bump GHA node version
1 parent ef6ea0a commit 82713a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Node
2323
uses: actions/setup-node@v3
2424
with:
25-
node-version: 14.x
25+
node-version: 18.x
2626
cache: yarn
2727

2828
- name: Install Dependencies
@@ -48,7 +48,7 @@ jobs:
4848
- uses: actions/checkout@v3
4949
- uses: actions/setup-node@v3
5050
with:
51-
node-version: 14.x
51+
node-version: 18.x
5252
cache: yarn
5353

5454
- name: Install Dependencies

0 commit comments

Comments
 (0)