Skip to content

Commit

Permalink
.node-version
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Oct 14, 2024
1 parent 065d181 commit 46c5531
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
node-version-file: .node-version
cache: yarn
- name: Install
run: yarn install
Expand Down
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v22

0 comments on commit 46c5531

Please sign in to comment.