Skip to content

Commit b5f5283

Browse files
authored
Update release.yml
1 parent 5dc827f commit b5f5283

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v2
1616
- uses: actions/setup-node@v1
1717
with:
18-
node-version: 12
18+
node-version: 14
1919
- run: npm install
2020
- run: npm run build
2121
- run: npx jest --env=jsdom --config=jest.config.js --coverage --ci --updateSnapshot --detectOpenHandles --forceExit
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v2
2929
- uses: actions/setup-node@v1
3030
with:
31-
node-version: 12
31+
node-version: 14
3232
registry-url: https://registry.npmjs.org/
3333
- run: npm install
3434
- run: npm run build
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@v2
4848
- uses: actions/setup-node@v1
4949
with:
50-
node-version: 12
50+
node-version: 14
5151
registry-url: https://npm.pkg.github.com/
5252
- run: npm install
5353
- run: npm run build

0 commit comments

Comments
 (0)