Skip to content

Commit d977147

Browse files
authored
ci: use node 14 for build (#30)
1 parent 156bb3c commit d977147

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v2
11+
- uses: actions/setup-node@v2-beta
12+
with:
13+
node-version: '14'
1114
- run: npm ci
1215
- name: Build bundles
1316
run: npm run build

0 commit comments

Comments
 (0)