Skip to content

Commit

Permalink
degrade to node 14 in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Sep 8, 2021
1 parent e555ef6 commit 01b5c8c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cdn.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2-beta
with:
node-version: 16.x
node-version: 14.x
- name: Install npm 7
run: npm install --global npm@7
- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [12.x, 14.x]
steps:
- name: Checkout sources
uses: actions/checkout@v2
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2-beta
with:
node-version: 16.x
node-version: 14.x
- name: Install npm 7
run: npm install --global npm@7
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/end-to-end.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2-beta
with:
node-version: 16.x
node-version: 14.x
- name: Install npm 7
run: npm install --global npm@7
- name: Install dependencies
Expand Down

0 comments on commit 01b5c8c

Please sign in to comment.