Skip to content

Commit

Permalink
ci: use nvmrc for setting up node
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Nov 28, 2022
1 parent 29818a8 commit 7d6bd04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version-file: .nvmrc

- name: Restore yarn cache
id: yarn-cache
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/*
lts/*

0 comments on commit 7d6bd04

Please sign in to comment.