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 5dc827f commit b5f5283Copy full SHA for b5f5283
.github/workflows/release.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
@@ -47,7 +47,7 @@ jobs:
47
48
49
50
51
registry-url: https://npm.pkg.github.com/
52
53
0 commit comments