Skip to content

Commit

Permalink
Update PNPM action to version 3 and set standalone to true
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorKowalczyk committed Apr 22, 2024
1 parent 6e1db65 commit c89fe94
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:
strategy:
fail-fast: false
matrix:
node: ["20.x"]
node: ["lts/*"]
permissions:
id-token: write
contents: read
steps:
- name: 🧱 Checkout repository
uses: actions/checkout@v4
- name: 🔩 Setup PNPM
uses: pnpm/action-setup@v3.0.0
uses: pnpm/action-setup@v3
with:
version: next-9
standalone: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
strategy:
fail-fast: false
matrix:
node: ["20.x"]
node: ["lts/*"]
steps:
- name: 🧱 Checkout repository
uses: actions/checkout@v4
- name: 🔩 Setup PNPM
uses: pnpm/action-setup@v3.0.0
uses: pnpm/action-setup@v3
with:
version: next-9
standalone: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
strategy:
fail-fast: false
matrix:
node: ["20.x"]
node: ["lts/*"]
steps:
- name: 🧱 Checkout repository
uses: actions/checkout@v4
- name: 🔩 Setup PNPM
uses: pnpm/action-setup@v3.0.0
uses: pnpm/action-setup@v3
with:
version: next-9
standalone: true
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,5 @@
"prettier": "3.2.5",
"prettier-plugin-astro": "0.13.0",
"prettier-plugin-tailwindcss": "0.5.14"
},
"engines": {
"pnpm": "9"
}
}

0 comments on commit c89fe94

Please sign in to comment.