Skip to content

Commit

Permalink
rollback node version for some jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtzData committed Aug 25, 2024
1 parent b77198a commit 750c3e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_new.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 20
node-version: v14.17.0
- name: Cache node modules
id: cache-npm
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_scoutcloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 20
node-version: v14.17.0
- name: Cache node modules
id: cache-npm
uses: actions/cache@v3
Expand Down

0 comments on commit 750c3e9

Please sign in to comment.