We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c706ab1 commit 8276e72Copy full SHA for 8276e72
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
matrix:
15
os: [ubuntu-latest, macOS-latest, windows-latest]
16
- node-version: [22]
+ node-version: [22, 24]
17
runs-on: ${{ matrix.os }}
18
19
steps:
package.json
@@ -36,8 +36,11 @@
36
],
37
"author": "Finn.no",
38
"license": "MIT",
39
+ "engines": {
40
+ "node": ">=20"
41
+ },
42
"dependencies": {
- "@eik/rollup-plugin": "4.0.66"
43
+ "@eik/rollup-plugin": "5.0.0"
44
},
45
"devDependencies": {
46
"@eik/eslint-config": "1.0.13",
0 commit comments