Skip to content

Commit

Permalink
node action v4, defer to .nvmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
mnyrop committed Mar 5, 2024
1 parent 4b48d10 commit df3a4a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- name: checkout
uses: actions/checkout@v2
- name: setup node
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '21.6.2'
node-version-file: '.nvmrc'
- name: install
run: npm install
- name: build
Expand Down

0 comments on commit df3a4a1

Please sign in to comment.