We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6df9f4 commit 807def9Copy full SHA for 807def9
.github/workflows/ci.yml
@@ -8,6 +8,8 @@ jobs:
8
steps:
9
- uses: actions/checkout@v2
10
- uses: actions/setup-node@v1
11
+ with:
12
+ node-version: '15'
13
14
- run: npm install
15
- run: npm run build
0 commit comments