Skip to content

Commit bfe295b

Browse files
committed
bump node
1 parent d3a4b3f commit bfe295b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install Node
2222
uses: actions/setup-node@v3
2323
with:
24-
node-version: 12.x
24+
node-version: 14.x
2525
cache: yarn
2626
- name: Install Dependencies
2727
run: yarn install --frozen-lockfile
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v3
3939
- uses: actions/setup-node@v3
4040
with:
41-
node-version: 12.x
41+
node-version: 14.x
4242
cache: yarn
4343
- name: Install Dependencies
4444
run: yarn install --no-lockfile
@@ -68,7 +68,7 @@ jobs:
6868
- name: Install Node
6969
uses: actions/setup-node@v3
7070
with:
71-
node-version: 12.x
71+
node-version: 14.x
7272
cache: yarn
7373
- name: Install Dependencies
7474
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)