Skip to content

Commit 8276e72

Browse files
committed
fix: update eik/rollup-plugin
BREAKING CHANGE: Drop support for Node 18.
1 parent c706ab1 commit 8276e72

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest, macOS-latest, windows-latest]
16-
node-version: [22]
16+
node-version: [22, 24]
1717
runs-on: ${{ matrix.os }}
1818

1919
steps:

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,11 @@
3636
],
3737
"author": "Finn.no",
3838
"license": "MIT",
39+
"engines": {
40+
"node": ">=20"
41+
},
3942
"dependencies": {
40-
"@eik/rollup-plugin": "4.0.66"
43+
"@eik/rollup-plugin": "5.0.0"
4144
},
4245
"devDependencies": {
4346
"@eik/eslint-config": "1.0.13",

0 commit comments

Comments
 (0)