mirror of
https://github.com/kremalicious/gatsby-plugin-matomo.git
synced 2024-12-22 09:13:19 +01:00
test against Node.js v18 & v20
This commit is contained in:
parent
729c1ce921
commit
5df8121767
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
node: ['16', '18']
|
node: ['18', '20']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
3
package-lock.json
generated
3
package-lock.json
generated
@ -22,6 +22,9 @@
|
|||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
"release-it": "^16.2.1"
|
"release-it": "^16.2.1"
|
||||||
},
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=18"
|
||||||
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"gatsby": "^4.0.0 || ^5.0.0",
|
"gatsby": "^4.0.0 || ^5.0.0",
|
||||||
"react": ">=17.0.0",
|
"react": ">=17.0.0",
|
||||||
|
@ -46,5 +46,8 @@
|
|||||||
"repository": "github:kremalicious/gatsby-plugin-matomo",
|
"repository": "github:kremalicious/gatsby-plugin-matomo",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/kremalicious/gatsby-plugin-matomo/issues"
|
"url": "https://github.com/kremalicious/gatsby-plugin-matomo/issues"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=18"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user