Skip to content

Commit a84d022

Browse files
committed
ci: use lts/iron (Node.js 20 LTS)
1 parent 9f79b6e commit a84d022

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
- run: git clone --depth 1 --single-branch --branch main https://github.com/panva/openid-client-certification-suite.git runner
116116
- uses: actions/setup-node@v4
117117
with:
118-
node-version: lts/hydrogen # 18
118+
node-version: lts/iron # 20
119119
cache: 'npm'
120120
- run: npm clean-install
121121
working-directory: ./runner

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup node
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: lts/hydrogen # 18
20+
node-version: lts/iron # 20
2121
registry-url: https://registry.npmjs.org
2222
always-auth: true
2323
- run: npm publish --provenance
@@ -50,7 +50,7 @@ jobs:
5050
- name: Setup node
5151
uses: actions/setup-node@v4
5252
with:
53-
node-version: lts/hydrogen # 18
53+
node-version: lts/iron # 20
5454
cache: 'npm'
5555
- run: node .release-notes.cjs
5656
env:

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- lts/fermium # 14
2525
- lts/gallium # 16
2626
- lts/hydrogen # 18
27+
- lts/iron # 20
2728
- current
2829
steps:
2930
- name: Checkout
@@ -51,7 +52,7 @@ jobs:
5152
uses: actions/setup-node@v4
5253
id: node
5354
with:
54-
node-version: lts/hydrogen # 18
55+
node-version: lts/iron # 20
5556
cache: 'npm'
5657
check-latest: true
5758
- name: Install dependencies
@@ -68,7 +69,7 @@ jobs:
6869
- uses: actions/setup-node@v4
6970
id: node
7071
with:
71-
node-version: lts/hydrogen # 18
72+
node-version: lts/iron # 20
7273
cache: 'npm'
7374
- name: Install dependencies
7475
run: npm clean-install

0 commit comments

Comments
 (0)