Skip to content

Commit a4942cb

Browse files
fix: remove version locking
1 parent 2cbfa0b commit a4942cb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/gh-pages.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,13 @@ jobs:
3131

3232
- name: Install Node
3333
uses: actions/setup-node@v4
34-
with:
35-
node-version: '20'
3634

3735
- name: Build WASM
3836
run: wasm-pack build --target web && cd pkg && npm install
3937

4038
- name: Setup pnpm
4139
uses: pnpm/[email protected]
4240
with:
43-
version: 9.15.1
4441
run_install: |
4542
- recursive: true
4643

0 commit comments

Comments
 (0)