Skip to content

Commit

Permalink
ci: remove node 12.14.1 as it doesn't support "type":"module"
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed May 16, 2021
1 parent bbd7554 commit 50a0c92
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ag-solo-xs.yml.DISABLED
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12.14.1'
node-version: '12.x'
- name: cache node modules
uses: actions/cache@v1
with:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/test-all-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['12.14.1', '12.x', '14.x']
node-version: ['12.x', '14.x']
steps:
- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['12.14.1', '12.x', '14.x']
node-version: ['12.x', '14.x']
steps:
- uses: actions/setup-node@v1
with:
Expand Down Expand Up @@ -304,7 +304,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['12.14.1', '12.x', '14.x']
node-version: ['12.x', '14.x']
steps:
- uses: actions/setup-node@v1
with:
Expand Down Expand Up @@ -370,7 +370,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['12.14.1', '12.x', '14.x']
node-version: ['12.x', '14.x']
steps:
- uses: actions/setup-node@v1
with:
Expand Down Expand Up @@ -408,7 +408,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['12.14.1', '12.x', '14.x']
node-version: ['12.x', '14.x']
steps:
- uses: actions/setup-node@v1
with:
Expand Down Expand Up @@ -455,7 +455,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['12.14.1', '12.x', '14.x']
node-version: ['12.x', '14.x']
steps:
- uses: actions/setup-node@v1
with:
Expand Down Expand Up @@ -500,7 +500,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['12.14.1', '12.x', '14.x']
node-version: ['12.x', '14.x']
steps:
- uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit 50a0c92

Please sign in to comment.