Skip to content

Commit

Permalink
ci: 💚 fix node version
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydrichards committed May 19, 2024
1 parent f55492a commit 3f21df3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tag-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
token: ${{ secrets.GH_TOKEN }}

- uses: oven-sh/setup-bun@v1
- name: Set Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x

- name: Install dependencies
run: bun install --frozen-lockfile
Expand Down

0 comments on commit 3f21df3

Please sign in to comment.