Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
khleomix committed May 24, 2024
1 parent 121130f commit b1fd9d8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/assertions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
node-version: 20.12.2
cache: npm

- name: Check Node version
run: node -v
Expand All @@ -97,7 +98,8 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
node-version: 20.12.2
cache: npm

- name: Check Node version
run: node -v
Expand Down

0 comments on commit b1fd9d8

Please sign in to comment.