Skip to content

Commit 7deb04d

Browse files
committed
chore: #66 Stick to Node 22.22.1 to avoid npm/cli#9151
Signed-off-by: Laurent Broudoux <laurent.broudoux@gmail.com>
1 parent b975247 commit 7deb04d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Set Node.js 22.x
5151
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
5252
with:
53-
node-version: 22.x
53+
node-version: 22.22.1
5454
registry-url: 'https://registry.npmjs.org'
5555
cache: 'npm'
5656
cache-dependency-path: 'cli/package-lock.json'

0 commit comments

Comments
 (0)