We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a503e9 commit 4a6b1f8Copy full SHA for 4a6b1f8
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ jobs:
6
test:
7
strategy:
8
matrix:
9
- node: ["20.x"]
+ node: ["22.x"]
10
os: [ubuntu-latest]
11
12
runs-on: ${{ matrix.os }}
package.json
@@ -90,7 +90,7 @@
90
"url": "https://github.com/Web3Auth/single-factor-auth/issues"
91
},
92
"engines": {
93
- "node": ">=18.x",
+ "node": ">=20.x",
94
"npm": ">=9.x"
95
}
96
0 commit comments