Skip to content

Commit 2227b4f

Browse files
authored
Merge branch 'main' into renovate/website-manager
2 parents 1050fb5 + 4109dbf commit 2227b4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/experimental-inventory-cli-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Setup .npmrc file to publish to npm
2424
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
2525
with:
26-
node-version: '18.x'
26+
node-version: '22.x'
2727
registry-url: 'https://registry.npmjs.org'
2828

2929
- name: check version matches input

.github/workflows/experimental-inventory-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Setup .npmrc file to publish to npm
2424
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
2525
with:
26-
node-version: '18.x'
26+
node-version: '22.x'
2727
registry-url: 'https://registry.npmjs.org'
2828

2929
- name: check version matches input

0 commit comments

Comments
 (0)