Skip to content

Commit

Permalink
.github: Switch back to 12.x until we can get off Protractor
Browse files Browse the repository at this point in the history
  • Loading branch information
nicjansma committed Oct 3, 2024
1 parent fcccf34 commit b831bca
Show file tree
Hide file tree
Showing 5 changed files with 7,824 additions and 11,123 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compressed-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version: [12.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version: [12.x]

steps:
- uses: actions/checkout@v2
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/node.js.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: [18.x]
node-version: [12.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version: [12.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version: [12.x]
env:
CI_NODE_INDEX: 0
CI_NODE_TOTAL: 5
Expand All @@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version: [12.x]
env:
CI_NODE_INDEX: 1
CI_NODE_TOTAL: 5
Expand All @@ -83,7 +83,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version: [12.x]
env:
CI_NODE_INDEX: 2
CI_NODE_TOTAL: 5
Expand All @@ -102,7 +102,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version: [12.x]
env:
CI_NODE_INDEX: 3
CI_NODE_TOTAL: 5
Expand All @@ -121,7 +121,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version: [12.x]
env:
CI_NODE_INDEX: 4
CI_NODE_TOTAL: 5
Expand Down
Loading

0 comments on commit b831bca

Please sign in to comment.