Skip to content

Commit

Permalink
fix: pipeline update
Browse files Browse the repository at this point in the history
Signed-off-by: Eray Ates <eates23@gmail.com>
  • Loading branch information
rytsh committed Jul 21, 2024
1 parent c0d1c0a commit 1993857
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
# stable: 'false' # Keep this line to be able to use rc and beta version of Go (ex: 1.18.0-rc1).
go-version: 1.21.5
go-version: 1.22.5
- name: Unshallow
run: git fetch --prune --unshallow
- name: build wasm
Expand All @@ -28,7 +27,7 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 8
version: 9
run_install: false
- name: Get pnpm store directory
id: pnpm-cache
Expand Down

0 comments on commit 1993857

Please sign in to comment.