Skip to content

Commit 655d05d

Browse files
committed
build using node 14 in CI
1 parent 81d1f1b commit 655d05d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ jobs:
7474
ref: ${{ env.HEAD_COMMIT }}
7575
- name: Set up Node
7676
uses: actions/setup-node@v1
77+
with:
78+
node-version: '14'
7779
- name: Check dependency cache
7880
uses: actions/cache@v2
7981
with:

0 commit comments

Comments
 (0)