Skip to content

Commit

Permalink
ci: set node version to lts/iron
Browse files Browse the repository at this point in the history
  • Loading branch information
brewcoua committed Jun 8, 2024
1 parent 856aca9 commit 16f4f99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:

- name: Set up Bun
uses: oven-sh/setup-bun@v1
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 'lts/iron'

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

0 comments on commit 16f4f99

Please sign in to comment.