Skip to content

Commit 4a6b1f8

Browse files
committed
Update node version
1 parent 6a503e9 commit 4a6b1f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
test:
77
strategy:
88
matrix:
9-
node: ["20.x"]
9+
node: ["22.x"]
1010
os: [ubuntu-latest]
1111

1212
runs-on: ${{ matrix.os }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"url": "https://github.com/Web3Auth/single-factor-auth/issues"
9191
},
9292
"engines": {
93-
"node": ">=18.x",
93+
"node": ">=20.x",
9494
"npm": ">=9.x"
9595
}
9696
}

0 commit comments

Comments
 (0)