Skip to content

Commit 5130b42

Browse files
committed
Update github workflows
1 parent 5a04789 commit 5130b42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-node@v2-beta
1313
with:
14-
node-version: '10'
14+
node-version: '14'
1515
- run: yarn install --frozen-lockfile
1616
- run: yarn test:lint
1717
- run: yarn test:unit

.github/workflows/deploy-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v2
1616
- uses: actions/setup-node@v2-beta
1717
with:
18-
node-version: '10'
18+
node-version: '14'
1919
- run: yarn install --frozen-lockfile
2020
- run: yarn doc
2121

0 commit comments

Comments
 (0)