1
0
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:
Matthias Kretschmann 2023-09-28 11:14:33 +01:00
parent 729c1ce921
commit 5df8121767
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 7 additions and 1 deletions

View File

@ -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
View File

@ -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",

View File

@ -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"
} }
} }