Skip to content

Commit 2e6996f

Browse files
committed
#158 update github actions
1 parent 5b6f9e2 commit 2e6996f

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
repository: Next2D/player
2626
ref: main
2727
- run: npm install -g npm@latest
28-
- run: npm ci
28+
- run: npm install
2929
- run: npm run test
3030

3131
windows-browser-test:
@@ -42,5 +42,5 @@ jobs:
4242
repository: Next2D/player
4343
ref: main
4444
- run: npm install -g npm@latest
45-
- run: npm ci
45+
- run: npm install
4646
- run: npm run test

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node-version: 24
2323
registry-url: "https://registry.npmjs.org"
2424
- run: npm install -g npm@latest
25-
- run: npm ci
25+
- run: npm install
2626
- run: npm run lint
2727

2828
windows-browser-test:
@@ -36,5 +36,5 @@ jobs:
3636
node-version: 24
3737
registry-url: "https://registry.npmjs.org"
3838
- run: npm install -g npm@latest
39-
- run: npm ci
39+
- run: npm install
4040
- run: npm run lint

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
registry-url: "https://registry.npmjs.org"
3232
- run: npm install -g npm@latest
3333
- run: npm run create:package
34-
- run: npm ci
34+
- run: npm install
3535
- run: npm run release
3636
- run: npm publish
3737
working-directory: ./dist

0 commit comments

Comments
 (0)