Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
Fix next builds
  • Loading branch information
XantreDev committed Jul 17, 2024
1 parent 4d537f6 commit 3b87203
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: "pnpm"
node-version: 22.4.0
- run: pnpm i
node-version: latest
- run: pnpm iZ
- run: rustup toolchain install nightly-2023-12-23
- run: rustup target add wasm32-wasi --toolchain nightly-2023-12-23
- uses: Swatinem/rust-cache@v2
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: "pnpm"
node-version: latest
node-version: 22.4.0
- run: pnpm i
- run: rustup toolchain install nightly-2023-12-23
- run: rustup target add wasm32-wasi --toolchain nightly-2023-12-23
Expand Down

0 comments on commit 3b87203

Please sign in to comment.