Skip to content

Commit

Permalink
👷 Use nvmrc file for Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
homostellaris committed Mar 20, 2024
1 parent 7552e4c commit 71548bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- 8443:8443
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: 'lts/gallium'
cache: 'npm'
node-version-file: '.nvmrc'
- run: npm ci
- run: cp .env.template .env
- run: cat .env >> $GITHUB_ENV
Expand Down

0 comments on commit 71548bc

Please sign in to comment.