We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 156bb3c commit d977147Copy full SHA for d977147
.github/workflows/build.yml
@@ -8,6 +8,9 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v2
11
+ - uses: actions/setup-node@v2-beta
12
+ with:
13
+ node-version: '14'
14
- run: npm ci
15
- name: Build bundles
16
run: npm run build
0 commit comments