Skip to content

Commit

Permalink
[ci] Fix CI failed caused by using an unsupported NodeJS version (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
littleGnAl authored Oct 23, 2024
1 parent f329737 commit d034965
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 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 @@ -16,9 +16,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

0 comments on commit d034965

Please sign in to comment.