Skip to content

Commit

Permalink
using nvmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Nov 3, 2023
1 parent f6d65a1 commit 6675de3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 20.x
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version-file: '.nvmrc'
- name: Cache node modules
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 6675de3

Please sign in to comment.