Skip to content

Commit

Permalink
[ci] Fix CI failed caused by using an unsupported NodeJS version
Browse files Browse the repository at this point in the history
  • Loading branch information
littleGnAl committed Nov 5, 2024
1 parent b99000e commit dc4b91d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
with:
ref: ${{ inputs.release_branch }}
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Install release-it
run: |
npm install -g release-it
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:
with:
ref: main
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Install release-it
run: |
npm install -g release-it
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release_special_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
with:
ref: ${{ github.event.pull_request.base.ref }}
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Install release-it
run: |
npm install -g release-it
Expand Down

0 comments on commit dc4b91d

Please sign in to comment.