Skip to content

Commit 8d2fd48

Browse files
authored
chore: update ci to node 20+ (#1291)
Signed-off-by: Todd Baert <[email protected]>
1 parent a0cdef5 commit 8d2fd48

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
node-version: [18.x, 20.x, 22.x]
17+
node-version: [20.x, 22.x, 24.x]
1818
steps:
1919
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2020
with:
@@ -45,8 +45,7 @@ jobs:
4545
submodules: recursive
4646
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
4747
with:
48-
# we need 'fetch' for this test, which is only in 18+
49-
node-version: 18
48+
node-version: 20
5049
cache: 'npm'
5150

5251
- name: Install

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
3333
if: ${{ steps.release.outputs.releases_created }}
3434
with:
35-
node-version: 18
35+
node-version: 20
3636
registry-url: "https://registry.npmjs.org"
3737
- name: Build Packages
3838
if: ${{ steps.release.outputs.releases_created }}

0 commit comments

Comments
 (0)