We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7cd9697 + fec325d commit 3be29e4Copy full SHA for 3be29e4
.github/workflows/release-components.yml
@@ -38,11 +38,14 @@ jobs:
38
uses: actions/checkout@v4
39
40
- name: Setup Node.js
41
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v4
42
with:
43
- node-version: 20
+ node-version: 24
44
registry-url: 'https://registry.npmjs.org'
45
46
+ - name: Install latest npm
47
+ run: npm install -g npm@latest
48
+
49
- name: Verify Version of @bscript/lang Matches Tag
50
run: |
51
TAG_VERSION="${GITHUB_REF_NAME#v}"
0 commit comments