We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3aeae0 commit 199fcfaCopy full SHA for 199fcfa
.github/workflows/pr.yaml
@@ -31,7 +31,7 @@ jobs:
31
runs-on: ubuntu-latest
32
strategy:
33
matrix:
34
- node-version: [20, 22]
+ node-version: [22]
35
steps:
36
- name: Checkout
37
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
@@ -63,7 +63,7 @@ jobs:
63
64
65
66
67
68
69
package.json
@@ -3,7 +3,7 @@
3
"version": "1.6.0",
4
"private": true,
5
"engines": {
6
- "node": "20"
+ "node": "22"
7
},
8
"scripts": {
9
"prepare": "husky install",
0 commit comments