Skip to content

Commit

Permalink
WDSBT-7 - Change Node version to use nvmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
khleomix committed Mar 25, 2024
1 parent 05548d1 commit 5f9c8d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/a11y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 14
node-version-file: '.nvmrc'
cache: npm

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 5f9c8d2

Please sign in to comment.