Skip to content

Commit 19f0418

Browse files
authored
Update prerelease.yml
1 parent b5f5283 commit 19f0418

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/prerelease.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
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/checkout@v2
4747
- uses: actions/setup-node@v1
4848
with:
49-
node-version: 12
49+
node-version: 14
5050
registry-url: https://npm.pkg.github.com/
5151
- run: npm install
5252
- run: npm run build

0 commit comments

Comments
 (0)