Skip to content

Commit

Permalink
ci: drop Node 16 (EOL)
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Dec 5, 2023
1 parent 20ffd78 commit 9ebdeca
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflow-templates/test-dapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['16.x']
node-version: ['18.x']

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/after-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['16.x', '18.x']
node-version: ['18.x', '20.x']
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
# Prerequisites
- uses: ./.github/actions/restore-node
with:
node-version: 16.x
node-version: 18.x
keep-endo: 'true'

# Select a branch on dapp to test against by adding text to the body of the
Expand Down
30 changes: 15 additions & 15 deletions .github/workflows/test-all-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['16.x', '18.x']
node-version: ['18.x', '20.x']
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- uses: actions/checkout@v3
- uses: ./.github/actions/restore-node
with:
node-version: '18.x'
node-version: '20.x'

# first job also does repo-level linting
- name: lint repo format
Expand All @@ -84,7 +84,7 @@ jobs:
- uses: actions/checkout@v3
- uses: ./.github/actions/restore-node
with:
node-version: '18.x'
node-version: '20.x'

- name: yarn lint rest
run: ./scripts/lint-with-types.sh rest
Expand All @@ -98,7 +98,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
engine: ['16.x', '18.x', 'xs']
engine: ['18.x', '20.x', 'xs']
steps:
- name: set vars
id: vars
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
engine: ['16.x', '18.x', 'xs']
engine: ['18.x', '20.x', 'xs']
steps:
- name: set vars
id: vars
Expand Down Expand Up @@ -306,7 +306,7 @@ jobs:
strategy:
matrix:
# test:xs is noop in solo/package.json
engine: ['16.x', '18.x']
engine: ['18.x', '20.x']
steps:
- name: set vars
id: vars
Expand Down Expand Up @@ -347,7 +347,7 @@ jobs:
strategy:
matrix:
# test:xs is noop in cosmic-swingset/package.json
engine: ['16.x', '18.x', 'xs']
engine: ['18.x', '20.x', 'xs']
steps:
- name: set vars
id: vars
Expand Down Expand Up @@ -391,7 +391,7 @@ jobs:
strategy:
matrix:
# test:xs is noop in inter-protocol/package.json
engine: ['16.x', '18.x']
engine: ['18.x', '20.x']
steps:
- name: set vars
id: vars
Expand Down Expand Up @@ -431,7 +431,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
engine: ['16.x', '18.x', 'xs']
engine: ['18.x', '20.x', 'xs']
steps:
- name: set vars
id: vars
Expand Down Expand Up @@ -472,7 +472,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
engine: ['16.x', '18.x', 'xs']
engine: ['18.x', '20.x', 'xs']
steps:
- name: set vars
id: vars
Expand Down Expand Up @@ -514,7 +514,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
engine: ['16.x', '18.x', 'xs']
engine: ['18.x', '20.x', 'xs']
steps:
- name: set vars
id: vars
Expand Down Expand Up @@ -566,7 +566,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
engine: ['16.x', '18.x', 'xs']
engine: ['18.x', '20.x', 'xs']
steps:
- name: set vars
id: vars
Expand Down Expand Up @@ -607,7 +607,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
engine: ['16.x', '18.x', 'xs']
engine: ['18.x', '20.x', 'xs']
steps:
- name: set vars
id: vars
Expand Down Expand Up @@ -649,7 +649,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
engine: ['16.x', '18.x', 'xs']
engine: ['18.x', '20.x', 'xs']
steps:
- name: set vars
id: vars
Expand Down Expand Up @@ -691,7 +691,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
engine: ['16.x', '18.x', 'xs']
engine: ['18.x', '20.x', 'xs']
steps:
- name: set vars
id: vars
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-dapp-card-store.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: ['16.x']
node-version: ['18.x']

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-dapp-fungible-faucet.yml.DISABLED
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['16.x']
node-version: ['18.x']

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-dapp-otc.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: ['16.x']
node-version: ['18.x']

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-dapp-pegasus.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: ['16.x']
node-version: ['18.x']

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-dapp-simple-exchange.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: ['16.x']
node-version: ['18.x']

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-dapp-treasury.yml.DISABLED
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: ['16.x']
node-version: ['18.x']

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-documentation.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: ['16.x']
node-version: ['18.x']

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 9ebdeca

Please sign in to comment.