We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 226e878 commit e8aaaeaCopy full SHA for e8aaaea
.github/workflows/release-pkg.yaml
@@ -29,10 +29,10 @@ jobs:
29
with:
30
run_install: false
31
32
- - name: Install Node.js 23.x
+ - name: Install Node.js
33
uses: actions/setup-node@v4
34
35
- node-version: 23.x
+ node-version: lts/*
36
# registry-url required. Learn more at
37
# https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
38
registry-url: 'https://registry.npmjs.org'
0 commit comments