Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit a36d651

Browse files
authored
ci: upgrade node environments (#291)
1 parent 97c6d0d commit a36d651

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/danger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Node
2929
uses: actions/setup-node@v2
3030
with:
31-
node-version: 12
31+
node-version: 14
3232

3333
- name: Install
3434
run: npm ci

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup Node
3434
uses: actions/setup-node@v2
3535
with:
36-
node-version: 12
36+
node-version: 14
3737

3838
- name: Install
3939
run: npm ci

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
strategy:
1616
matrix:
1717
node:
18-
- 10
19-
- 12
18+
- 14
19+
- 16
2020
os:
2121
- ubuntu-latest
2222
# - macOS-latest

0 commit comments

Comments
 (0)