Skip to content

Commit

Permalink
chore: update workflow deps
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomontalbano committed May 14, 2024
1 parent 71c59b9 commit 85a3b16
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ jobs:

strategy:
matrix:
node: [18.12.1, 18.x]
node: [18.14.0, 18.x]

steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: pnpm 🧰
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v4
with:
version: 7
version: 9

- name: Node 🧰
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: 'pnpm'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ To run the project locally, here’s what you’ll need:
### Requirements

* [Cloudinary] account
* [Node.js](https://nodejs.org/) 18 or greater
* [Node.js](https://nodejs.org/) 18.14 or greater

### Setup

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@
"test": "uvu netlify .test.js",
"format": "pnpm rome format src scripts --write",
"lint": "pnpm rome check src scripts",
"dep:upgrade:major": "npx npm-check-updates -u",
"dep:upgrade:minor": "npm run dep:upgrade:major -- --target minor"
"dep:major": "pnpm dlx npm-check-updates --packageFile '**/package.json' -u",
"dep:minor": "pnpm dep:major -t minor",
"ls-engines": "pnpm dlx ls-engines"
},
"browserslist": "> 0.5%, last 2 versions, not dead"
}

0 comments on commit 85a3b16

Please sign in to comment.