Skip to content

Commit d3bca54

Browse files
authored
chore: update workflows to node 20 (#1209)
I missed a few workflows when I updated the node version. We should update these for consistency. Signed-off-by: Todd Baert <[email protected]>
1 parent baf0dfb commit d3bca54

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/audit-pending-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
- name: Setup Node
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: 18
32+
node-version: 20
3333
registry-url: "https://registry.npmjs.org"
3434
cache: 'npm'

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/setup-node@v4
1717
with:
1818
registry-url: 'https://registry.npmjs.org'
19-
node-version: 18
19+
node-version: 20
2020
cache: 'npm'
2121

2222
- name: Install

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup Node
3939
uses: actions/setup-node@v4
4040
with:
41-
node-version: 18
41+
node-version: 20
4242
- name: Generate SBOM
4343
run: |
4444
npm install -g npm@^10.2.0
@@ -65,7 +65,7 @@ jobs:
6565
- name: Setup Node
6666
uses: actions/setup-node@v4
6767
with:
68-
node-version: 18
68+
node-version: 20
6969
registry-url: "https://registry.npmjs.org"
7070
cache: 'npm'
7171
- name: Build Packages

0 commit comments

Comments
 (0)