Skip to content

Commit 50a0c92

Browse files
committed
ci: remove node 12.14.1 as it doesn't support "type":"module"
1 parent bbd7554 commit 50a0c92

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/ag-solo-xs.yml.DISABLED

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v2
1919
- uses: actions/setup-node@v1
2020
with:
21-
node-version: '12.14.1'
21+
node-version: '12.x'
2222
- name: cache node modules
2323
uses: actions/cache@v1
2424
with:

.github/workflows/test-all-packages.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
node-version: ['12.14.1', '12.x', '14.x']
17+
node-version: ['12.x', '14.x']
1818
steps:
1919
- uses: actions/checkout@v2
2020
with:
@@ -175,7 +175,7 @@ jobs:
175175
runs-on: ubuntu-latest
176176
strategy:
177177
matrix:
178-
node-version: ['12.14.1', '12.x', '14.x']
178+
node-version: ['12.x', '14.x']
179179
steps:
180180
- uses: actions/setup-node@v1
181181
with:
@@ -304,7 +304,7 @@ jobs:
304304
runs-on: ubuntu-latest
305305
strategy:
306306
matrix:
307-
node-version: ['12.14.1', '12.x', '14.x']
307+
node-version: ['12.x', '14.x']
308308
steps:
309309
- uses: actions/setup-node@v1
310310
with:
@@ -370,7 +370,7 @@ jobs:
370370
runs-on: ubuntu-latest
371371
strategy:
372372
matrix:
373-
node-version: ['12.14.1', '12.x', '14.x']
373+
node-version: ['12.x', '14.x']
374374
steps:
375375
- uses: actions/setup-node@v1
376376
with:
@@ -408,7 +408,7 @@ jobs:
408408
runs-on: ubuntu-latest
409409
strategy:
410410
matrix:
411-
node-version: ['12.14.1', '12.x', '14.x']
411+
node-version: ['12.x', '14.x']
412412
steps:
413413
- uses: actions/setup-node@v1
414414
with:
@@ -455,7 +455,7 @@ jobs:
455455
runs-on: ubuntu-latest
456456
strategy:
457457
matrix:
458-
node-version: ['12.14.1', '12.x', '14.x']
458+
node-version: ['12.x', '14.x']
459459
steps:
460460
- uses: actions/setup-node@v1
461461
with:
@@ -500,7 +500,7 @@ jobs:
500500
runs-on: ubuntu-latest
501501
strategy:
502502
matrix:
503-
node-version: ['12.14.1', '12.x', '14.x']
503+
node-version: ['12.x', '14.x']
504504
steps:
505505
- uses: actions/setup-node@v1
506506
with:

0 commit comments

Comments
 (0)