Skip to content

Commit 9a40268

Browse files
authored
test(smoke): fix node version (#187)
1 parent cd82c56 commit 9a40268

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/smoke-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-node@v1
1414
with:
15-
node-version: 12.11
15+
node-version: 14
1616
- run: yarn install
1717
- run: yarn build
1818
- run: yarn link
1919
- run: yarn link eslint-plugin-jest-dom
2020
- run: yarn test:smoke
2121
env:
22-
CI: true
22+
CI: true

0 commit comments

Comments
 (0)