Skip to content

Commit

Permalink
Fix/release workflows (#1198)
Browse files Browse the repository at this point in the history
* bump to pnpm v9

* bump cache from v2 to v4

* rm pnpm setup verstion in workflows since package.json version is used
  • Loading branch information
BrettCleary authored Dec 19, 2024
1 parent 80478af commit 0052e2b
Show file tree
Hide file tree
Showing 15 changed files with 11,397 additions and 9,037 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-mac-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
node-version: '20'
- uses: pnpm/action-setup@v3
with:
version: 9
standalone: ${{ runner.os == 'Windows' }}
- name: Install node-gyp
run: pnpm add --global node-gyp
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
node-version: '20'
- uses: pnpm/action-setup@v3
with:
version: 9
standalone: ${{ runner.os == 'Windows' }}
- name: Install node-gyp
run: pnpm add --global node-gyp
Expand Down Expand Up @@ -74,7 +73,6 @@ jobs:
node-version: '20'
- uses: pnpm/action-setup@v3
with:
version: 9
standalone: ${{ runner.os == 'Windows' }}
- name: Install node-gyp
run: pnpm add --global node-gyp
Expand Down Expand Up @@ -112,7 +110,6 @@ jobs:
node-version: '20'
- uses: pnpm/action-setup@v3
with:
version: 9
standalone: ${{ runner.os == 'Windows' }}
- name: Install node-gyp
run: pnpm add --global node-gyp
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/codecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
node-version: '20'
- uses: pnpm/action-setup@v3
with:
version: 9
standalone: ${{ runner.os == 'Windows' }}
- name: Install node-gyp
run: pnpm add --global node-gyp
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/flatpak-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
node-version: '22'
- uses: pnpm/action-setup@v3
with:
version: 9
standalone: ${{ runner.os == 'Windows' }}
- name: Install node-gyp
run: pnpm add --global node-gyp
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
node-version: '20'
- uses: pnpm/action-setup@v3
with:
version: 9
standalone: ${{ runner.os == 'Windows' }}
- name: Install node-gyp
run: pnpm add --global node-gyp
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release_flathub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
node-version: '20'
- uses: pnpm/action-setup@v3
with:
version: 9
standalone: ${{ runner.os == 'Windows' }}
- name: Install node-gyp
run: pnpm add --global node-gyp
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
node-version: '20'
- uses: pnpm/action-setup@v3
with:
version: 9
standalone: ${{ runner.os == 'Windows' }}
- name: Install node-gyp
run: pnpm add --global node-gyp
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release_macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
node-version: '20'
- uses: pnpm/action-setup@v4
with:
version: 9
standalone: ${{ runner.os == 'Windows' }}
- name: Install node-gyp
run: pnpm add --global node-gyp
Expand Down Expand Up @@ -80,8 +79,6 @@ jobs:
node-version: '20'

- uses: pnpm/action-setup@v4
with:
version: 9

- name: Reconfigure git to use HTTP authentication
run: >
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release_snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
node-version: '20'
- uses: pnpm/action-setup@v3
with:
version: 9
standalone: ${{ runner.os == 'Windows' }}
- name: Install node-gyp
run: pnpm add --global node-gyp
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/release_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Cache dependencies
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
node_modules
Expand All @@ -37,7 +37,6 @@ jobs:
node-version: '20'
- uses: pnpm/action-setup@v3
with:
version: 9
standalone: ${{ runner.os == 'Windows' }}
- name: Install node-gyp
run: pnpm add --global node-gyp
Expand All @@ -59,7 +58,7 @@ jobs:
echo "VITE_IPFS_API=${{ secrets.VITE_IPFS_API }}" >> .env.production
- name: Cache artifacts
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
dist
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-e2e-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ jobs:
node-version: '20'
- uses: pnpm/action-setup@v3
with:
version: 9
standalone: ${{ runner.os == 'Windows' }}
- name: Install node-gyp
run: pnpm add --global node-gyp
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-e2e-packaged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
node-version: '20'
- uses: pnpm/action-setup@v3
with:
version: 9
standalone: ${{ runner.os == 'Windows' }}
- name: Install node-gyp
run: pnpm add --global node-gyp
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
echo "VITE_IPFS_API=${{ secrets.VITE_IPFS_API }}" >> .env
- uses: pnpm/action-setup@v3
with:
version: 9
standalone: ${{ runner.os == 'Windows' }}
- name: Install node-gyp
run: pnpm add --global node-gyp
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -408,5 +408,5 @@
"sass>@parcel/watcher": false
}
},
"packageManager": "pnpm@8.7.6+sha1.a428b12202bc4f23b17e6dffe730734dae5728e2"
"packageManager": "pnpm@9.15.0+sha256.09a8fe31a34fda706354680619f4002f4ccef6dadff93240d24ef6c831f0fd28"
}
Loading

0 comments on commit 0052e2b

Please sign in to comment.