Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cangzhang committed Jan 21, 2024
1 parent 33e354d commit e891f7f
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_lolalytics-aram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/setup-node@master
with:
node-version: 'lts'
node-version: 'lts/*'

- name: Download && Execute
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_lolalytics-urf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/setup-node@v2
with:
node-version: '16'
node-version: 'lts/*'

- name: Download && Execute
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_lolalytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/setup-node@v2
with:
node-version: '16'
node-version: 'lts/*'

- name: Download && Execute
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_murderbridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/setup-node@master
with:
node-version: 'lts'
node-version: 'lts/*'

- name: Download && Execute
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_op.gg-aram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/setup-node@master
with:
node-version: 'lts'
node-version: 'lts/*'

- name: Download && Execute
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_op.gg-urf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/setup-node@v2
with:
node-version: '16'
node-version: 'lts/*'

- name: Download && Execute
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_op.gg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/setup-node@v2
with:
node-version: '16'
node-version: 'lts/*'

- name: Download && Execute
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_u.gg-aram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/setup-node@master
with:
node-version: 'lts'
node-version: 'lts/*'

- name: Download && Execute
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_u.gg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/setup-node@v2
with:
node-version: '16'
node-version: 'lts/*'

- name: Download && Execute
env:
Expand Down

0 comments on commit e891f7f

Please sign in to comment.