Skip to content

Commit 7ed2a36

Browse files
authored
Update ci.yml
update node version to 18.x
1 parent 95b3f8b commit 7ed2a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Setup Node
1111
uses: actions/setup-node@v1
1212
with:
13-
node-version: '14.x'
13+
node-version: '18.x'
1414
- name: Install dependencies
1515
run: npm install
1616
env:

0 commit comments

Comments
 (0)