We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4c886d commit d4ae448Copy full SHA for d4ae448
.github/workflows/main.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v2
12
- uses: actions/setup-node@v1
13
with:
14
- node-version: 12
+ node-version: 14
15
- run: npm ci
16
- run: npm run compile
17
- run: cp {package.json,LICENSE,README.md} dist/
0 commit comments