We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d99d920 + fd6208e commit 4ea7b71Copy full SHA for 4ea7b71
1 file changed
.github/workflows/npm-publish.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v4
15
- uses: actions/setup-node@v4
16
with:
17
- node-version: 22
+ node-version: '22.22.1' # Specifically avoid 22.22.2 due to a regression with npm latest
18
cache: 'npm'
19
registry-url: 'https://registry.npmjs.org'
20
0 commit comments