Skip to content

Commit fb566c1

Browse files
authored
-18
1 parent 92d8652 commit fb566c1

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
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
strategy:
4545
matrix:
46-
node-version: [18, 20, 22, 24]
46+
node-version: [20, 22, 24]
4747
steps:
4848
- name: Checkout code
4949
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"url": "git://github.com/descope/passport-descope.git"
2020
},
2121
"engines": {
22-
"node": ">= 18.0.0"
22+
"node": ">= 20.0.0"
2323
},
2424
"scripts": {
2525
"build": "rimraf dist && rollup -c --bundleConfigAsCjs",

0 commit comments

Comments
 (0)