mirror of
https://github.com/bastienwirtz/homer.git
synced 2024-11-07 08:44:00 +01:00
fix(ci): remove duplicate pnpm version
This commit is contained in:
parent
99697a6a07
commit
aac5885056
13
.github/workflows/integration.yml
vendored
13
.github/workflows/integration.yml
vendored
@ -11,14 +11,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [20.x]
|
||||
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
|
||||
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
@ -26,13 +19,11 @@ jobs:
|
||||
-
|
||||
name: pnpm setup
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 9
|
||||
-
|
||||
name: Use Node.js ${{ matrix.node-version }}
|
||||
name: Node.js setup
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
node-version: 22
|
||||
cache: 'pnpm'
|
||||
-
|
||||
name: install dependencies
|
||||
|
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -16,13 +16,11 @@ jobs:
|
||||
-
|
||||
name: pnpm setup
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 9
|
||||
-
|
||||
name: Use Node.js 20
|
||||
name: Node.js setup
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
node-version: 22
|
||||
cache: 'pnpm'
|
||||
-
|
||||
name: Build project
|
||||
|
Loading…
Reference in New Issue
Block a user