Skip to content

Commit

Permalink
ci: fix node version
Browse files Browse the repository at this point in the history
  • Loading branch information
clementprevot committed Sep 18, 2023
1 parent 6a4e092 commit 6213de4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn

- name: Installing dependencies
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn

- name: Installing dependencies
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ jobs:
- if: env.SKIP_INTEGRITY_CHECK != 1
uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn

- if: env.SKIP_INTEGRITY_CHECK != 1
Expand Down

0 comments on commit 6213de4

Please sign in to comment.