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 b5f5283 commit 19f0418Copy full SHA for 19f0418
.github/workflows/prerelease.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v2
16
- uses: actions/setup-node@v1
17
with:
18
- node-version: 12
+ node-version: 14
19
- run: npm install
20
- run: npm run build
21
- run: npx jest --env=jsdom --config=jest.config.js --coverage --ci --updateSnapshot --detectOpenHandles --forceExit
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
registry-url: https://registry.npmjs.org/
33
34
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
50
registry-url: https://npm.pkg.github.com/
51
52
0 commit comments