Skip to content

Commit

Permalink
ci: fix release step node vesion
Browse files Browse the repository at this point in the history
  • Loading branch information
jamieweavis committed Nov 19, 2024
1 parent aeee427 commit f6ade88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 22
- name: Install dependencies
run: npm ci
- name: Build
Expand Down

0 comments on commit f6ade88

Please sign in to comment.