Skip to content

Commit

Permalink
test: Run release workflow with main Node.js version (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon authored Dec 2, 2023
1 parent 9540273 commit b7adb55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,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
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 12.x
node-version-file: package.json

- name: Install Dependencies
run: yarn
Expand Down

0 comments on commit b7adb55

Please sign in to comment.