Skip to content

Commit

Permalink
ci: use lts/iron (Node.js 20 LTS)
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Oct 25, 2023
1 parent 9f79b6e commit a84d022
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
- run: git clone --depth 1 --single-branch --branch main https://github.com/panva/openid-client-certification-suite.git runner
- uses: actions/setup-node@v4
with:
node-version: lts/hydrogen # 18
node-version: lts/iron # 20
cache: 'npm'
- run: npm clean-install
working-directory: ./runner
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: lts/hydrogen # 18
node-version: lts/iron # 20
registry-url: https://registry.npmjs.org
always-auth: true
- run: npm publish --provenance
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: lts/hydrogen # 18
node-version: lts/iron # 20
cache: 'npm'
- run: node .release-notes.cjs
env:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- lts/fermium # 14
- lts/gallium # 16
- lts/hydrogen # 18
- lts/iron # 20
- current
steps:
- name: Checkout
Expand Down Expand Up @@ -51,7 +52,7 @@ jobs:
uses: actions/setup-node@v4
id: node
with:
node-version: lts/hydrogen # 18
node-version: lts/iron # 20
cache: 'npm'
check-latest: true
- name: Install dependencies
Expand All @@ -68,7 +69,7 @@ jobs:
- uses: actions/setup-node@v4
id: node
with:
node-version: lts/hydrogen # 18
node-version: lts/iron # 20
cache: 'npm'
- name: Install dependencies
run: npm clean-install
Expand Down

0 comments on commit a84d022

Please sign in to comment.