Skip to content

Commit

Permalink
chore(workflows): use Node version from .nvmrc (#1954)
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner authored Nov 14, 2024
1 parent ba6b7f5 commit f95b1f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
submodules: true
- uses: actions/setup-node@v3
with:
node-version: 18
node-version-file: ".nvmrc"
- run: npm ci
- name: git config
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
node-version: 18
node-version-file: ".nvmrc"
- name: Prepare browser-compat-data
run: npm ci
working-directory: browser-compat-data
Expand Down

0 comments on commit f95b1f0

Please sign in to comment.