Skip to content

Commit 5a0ec89

Browse files
committed
bump node version to fix CI
1 parent cc69dbc commit 5a0ec89

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
2222
uses: actions/setup-node@v2
2323
with:
24-
node-version: 12.x
24+
node-version: 14.x
2525
cache: npm
2626
- name: Install Dependencies
2727
run: npm ci
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install Node
3838
uses: actions/setup-node@v2
3939
with:
40-
node-version: 12.x
40+
node-version: 14.x
4141
cache: npm
4242
- name: Install Dependencies
4343
run: npm ci

0 commit comments

Comments
 (0)