Skip to content

Commit 987fa19

Browse files
chore(deps): update actions/setup-node action to v6 (#858)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2a59432 commit 987fa19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
restore-keys: ${{ runner.os }}-
3131

3232
- name: Install Node
33-
uses: actions/setup-node@v5
33+
uses: actions/setup-node@v6
3434

3535
- name: Build WASM
3636
run: wasm-pack build --target web && cd pkg && npm install

0 commit comments

Comments
 (0)