We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0658db commit 6c127bfCopy full SHA for 6c127bf
.github/workflows/main.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Setup Node
29
uses: actions/setup-node@v4
30
with:
31
- node-version: '20'
+ node-version: '22.14.0'
32
cache: 'pnpm'
33
- run: pnpm install
34
- run: pnpm lint
.github/workflows/publish.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Setup Node.js
24
25
26
27
env:
package.json
@@ -37,7 +37,7 @@
37
"@changesets/cli": "^2.28.1",
38
"@types/jest": "^29.5.14",
39
"@types/lodash": "^4.17.16",
40
- "@types/node": "^20.17.30",
+ "@types/node": "^22.14.0",
41
"husky": "^9.1.7",
42
"jest": "^29.7.0",
43
"prettier": "^3.5.3",
0 commit comments