Skip to content

Commit

Permalink
Merge pull request #258 from kubesphere/donniean-patch-1
Browse files Browse the repository at this point in the history
ci: update release.yml
  • Loading branch information
yazhouio authored Jul 17, 2024
2 parents 750a61a + 7746f9a commit f4e6d74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0

- name: Setup Node.js 12.x
uses: actions/setup-node@master
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 12.x
node-version: 16

- name: Install Dependencies
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit f4e6d74

Please sign in to comment.