Skip to content

Commit

Permalink
Use .nvmrc in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux committed Dec 19, 2023
1 parent 50a24ac commit b443168
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# the browser so we only need to test in one.
- uses: actions/setup-node@v4
with:
node-version: "20.x"
node-version-file: ".nvmrc"
cache: npm
- run: npm ci
if: github.actor != 'dependabot[bot]'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- environment-name: "ESS Dev-2-2"
experimental: true
# The experimental config only needs to run in one node version
node-version: "20.x"
node-version-file: ".nvmrc"
# Ditto for the OS
os: [ubuntu-latest]
steps:
Expand Down

0 comments on commit b443168

Please sign in to comment.