Skip to content

Commit

Permalink
test: updated nvmrc version values
Browse files Browse the repository at this point in the history
  • Loading branch information
kevkevinpal committed Nov 20, 2023
1 parent 9094632 commit 41d9b71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
node-version-file: '.nvmrc-unit'
cache: 'yarn'

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

0 comments on commit 41d9b71

Please sign in to comment.