Skip to content

Commit b76cbc4

Browse files
authored
Merge pull request #53 from Next2D/develop
update github actions
2 parents e6e4fec + 6749978 commit b76cbc4

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.github/workflows/lint.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v6
2121
- uses: actions/setup-node@v6
22+
with:
23+
node-version: 24
24+
registry-url: "https://registry.npmjs.org"
25+
- run: npm install -g npm@latest
2226
- run: npm install
2327
- run: npm run lint
2428

@@ -30,5 +34,9 @@ jobs:
3034
steps:
3135
- uses: actions/checkout@v6
3236
- uses: actions/setup-node@v6
37+
with:
38+
node-version: 24
39+
registry-url: "https://registry.npmjs.org"
40+
- run: npm install -g npm@latest
3341
- run: npm install
3442
- run: npm run lint

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
with:
1818
node-version: 24
1919
registry-url: "https://registry.npmjs.org"
20+
- run: npm install -g npm@latest
2021
- run: npm install
2122
- run: npm run release
2223
- run: npm publish --access public

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next2d/builder",
3-
"version": "0.0.23",
3+
"version": "0.0.24",
44
"description": "Multi-platform builder for Next2d Framework, supporting export to various platforms such as macOS, Windows, iOS, Android and Web(HTML)",
55
"author": "Toshiyuki Ienaga <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)