Skip to content

Commit b1ac7c5

Browse files
author
Lucas McDonald
committed
fix(release): publish on Node latest so npm@latest installs
1 parent babf30d commit b1ac7c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/prod-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103

104104
- uses: actions/setup-node@v4
105105
with:
106-
node-version: '22.22.1'
106+
node-version: 'latest'
107107
registry-url: 'https://registry.npmjs.org'
108108

109109
# Ensure npm 11.5.1 or later is installed

0 commit comments

Comments
 (0)