Skip to content

Commit

Permalink
ci: node version for build
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinr-maps committed Nov 8, 2024
1 parent fb3c475 commit 0f96af8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: 22
- name: Install and Build
run: |
npm ci
Expand Down

0 comments on commit 0f96af8

Please sign in to comment.