Skip to content

Commit c8cf0f5

Browse files
committed
Skip broken node 16
1 parent 246ff7c commit c8cf0f5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
strategy:
2727
matrix:
28-
node-version: [16.x, 14.x, 12.x]
28+
node-version: [14.x, 12.x]
2929
os: [ubuntu-latest, windows-latest]
3030

3131
steps:
@@ -53,7 +53,7 @@ jobs:
5353

5454
strategy:
5555
matrix:
56-
node-version: [16.x, 14.x, 12.x]
56+
node-version: [14.x, 12.x]
5757
os: [ubuntu-latest, windows-latest]
5858

5959
steps:
@@ -74,7 +74,7 @@ jobs:
7474

7575
strategy:
7676
matrix:
77-
node-version: [16.x, 14.x, 12.x]
77+
node-version: [14.x, 12.x]
7878
os: [ubuntu-latest, windows-latest]
7979

8080
steps:
@@ -100,7 +100,7 @@ jobs:
100100
strategy:
101101
fail-fast: false
102102
matrix:
103-
node-version: [16.x, 14.x, 12.x]
103+
node-version: [14.x, 12.x]
104104

105105
steps:
106106
- name: Checkout Code

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"npm": false
5959
},
6060
"volta": {
61-
"node": "12.19.0",
61+
"node": "14.17.3",
6262
"yarn": "1.22.10"
6363
}
6464
}

0 commit comments

Comments
 (0)