Skip to content

Commit

Permalink
Try 18.15.0 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
noisekit committed Aug 11, 2023
1 parent f3f070e commit 563a1de
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18.17.1"
node-version: "18.15.0"
cache: "yarn"

# The following steps are for checking the validity of the yarn.lock edits.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18.17.1"
node-version: "18.15.0"
cache: "yarn"
- run: yarn --version
- run: yarn install --immutable --immutable-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18.17.1"
node-version: "18.15.0"
cache: "yarn"
- run: yarn --version
- run: yarn install --immutable --immutable-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/simulate-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18.17.1"
node-version: "18.15.0"
cache: "yarn"
- uses: ibnesayeed/setup-ipfs@92d412e0dad36c06ffab50733e9c624896a0964f
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18.17.1"
node-version: "18.15.0"
cache: "yarn"
- uses: ibnesayeed/setup-ipfs@92d412e0dad36c06ffab50733e9c624896a0964f
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"markets/**"
],
"engines": {
"node": "^18.16.0"
"node": "^18.15.0"
},
"packageManager": "[email protected]"
}

0 comments on commit 563a1de

Please sign in to comment.