Skip to content

Commit

Permalink
Merge pull request #85 from ololabs/dustinsoftware-patch-1
Browse files Browse the repository at this point in the history
fix publish
  • Loading branch information
dustinsoftware authored Oct 2, 2024
2 parents 27a99f2 + 1b120c5 commit 8204b95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.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
- name: Setup Node.js 20.x
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 20.x

- name: Install Dependencies
run: yarn
Expand Down

0 comments on commit 8204b95

Please sign in to comment.