Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- uses: actions/checkout@v6
- run: rustup target add wasm32-unknown-unknown
- uses: Swatinem/rust-cache@v2
- uses: actions/setup-node@v6.1.0
- uses: actions/setup-node@v6.2.0
with:
# Set to the oldest version still maintained, in order to ensure compatibility. See <https://nodejs.dev/en/about/releases/>
node-version: '18'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
with:
path: repo
- run: rustup target add wasm32-unknown-unknown
- uses: actions/setup-node@v6.1.0
- uses: actions/setup-node@v6.2.0
with:
node-version: current
- run: npm install
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
steps:
- uses: actions/checkout@v6
- run: rustup target add wasm32-unknown-unknown
- uses: actions/setup-node@v6.1.0
- uses: actions/setup-node@v6.2.0
with:
# Set to the oldest version still maintained, in order to ensure compatibility. See <https://nodejs.dev/en/about/releases/>
node-version: 18
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
with:
fetch-depth: 0 # Necessary below for checking if the tag exists.
- run: rustup target add wasm32-unknown-unknown
- uses: actions/setup-node@v6.1.0
- uses: actions/setup-node@v6.2.0
with:
# Set to the oldest version still maintained, in order to ensure compatibility. See <https://nodejs.dev/en/about/releases/>
node-version: 18
Expand Down
Loading