Skip to content

Commit

Permalink
Added .node-version file
Browse files Browse the repository at this point in the history
  • Loading branch information
jensborch committed Nov 20, 2024
1 parent a674dbf commit ec727f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
version: 8
- uses: actions/setup-node@v3
with:
node-version: "18"
node-version-file: .node-version
cache: "pnpm"
cache-dependency-path: client/pnpm-lock.yaml
- name: Build and test
Expand Down
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
22

0 comments on commit ec727f0

Please sign in to comment.