Skip to content

Commit

Permalink
chore(.nvmrc): add node version v20.18.0 (#90)
Browse files Browse the repository at this point in the history
* chore(.nvmrc): add node version v20.18.0

* chore(.github/workflows/release.yml): change actions/setup-node's 'node-version' to 'node-version-file'
  • Loading branch information
sukvvon authored Nov 25, 2024
1 parent c450f50 commit 07686d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version-file: '.nvmrc'
cache: 'yarn'

- name: Install Dependencies
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20.18.0

0 comments on commit 07686d9

Please sign in to comment.