Skip to content

Commit 3be29e4

Browse files
Merge pull request #102 from maejima-fumika/bugfix/github-workflow
Fix the workflow.
2 parents 7cd9697 + fec325d commit 3be29e4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/release-components.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,14 @@ jobs:
3838
uses: actions/checkout@v4
3939

4040
- name: Setup Node.js
41-
uses: actions/setup-node@v5
41+
uses: actions/setup-node@v4
4242
with:
43-
node-version: 20
43+
node-version: 24
4444
registry-url: 'https://registry.npmjs.org'
4545

46+
- name: Install latest npm
47+
run: npm install -g npm@latest
48+
4649
- name: Verify Version of @bscript/lang Matches Tag
4750
run: |
4851
TAG_VERSION="${GITHUB_REF_NAME#v}"

0 commit comments

Comments
 (0)