Skip to content

Commit d162dc7

Browse files
committed
ci: node 14
1 parent 14cfe95 commit d162dc7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v2
1010
- uses: actions/[email protected]
1111
with:
12-
node-version: 13
12+
node-version: 14
1313
- run: yarn install --ci
1414
- run: yarn lint
1515

@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v2
2020
- uses: actions/[email protected]
2121
with:
22-
node-version: 13
22+
node-version: 14
2323
- run: yarn install --ci
2424
- run: yarn tsc --noEmit
2525

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js
2020
uses: actions/[email protected]
2121
with:
22-
node-version: 13
22+
node-version: 14
2323

2424
- name: Install Dependencies
2525
run: yarn

0 commit comments

Comments
 (0)