Skip to content

Commit

Permalink
WDSBT-7 - Add node version
Browse files Browse the repository at this point in the history
  • Loading branch information
khleomix committed Mar 26, 2024
1 parent 30531bb commit 7c4041e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/a11y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: npm
node-version: 20

- name: Install dependencies
run: npm ci
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/assertions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: npm
node-version: 20

- name: Install Node dependencies
run: npm ci
Expand Down

0 comments on commit 7c4041e

Please sign in to comment.