We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e900782 commit efd3cbfCopy full SHA for efd3cbf
.github/workflows/deploy-gh-pages.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/checkout@v2
21
- uses: actions/setup-node@v2
22
with:
23
- node-version: '12'
+ node-version: '14'
24
cache: 'npm'
25
- run: npm install
26
- run: npm run docs
.github/workflows/release-package.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
14
- node-version: 12
+ node-version: 14
15
- run: npm ci
16
- run: npm test
17
@@ -31,4 +31,3 @@ jobs:
31
- run: npm publish
32
env:
33
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
34
-
0 commit comments