mirror of
https://github.com/kremalicious/astro-redirect-from.git
synced 2024-11-24 11:01:42 +01:00
define Node.js version
This commit is contained in:
parent
fc9a840094
commit
659c0a0fc9
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -25,6 +25,7 @@ jobs:
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
cache: 'npm'
|
||||
|
||||
- run: npm ci
|
||||
- run: npm test
|
||||
|
@ -38,6 +38,10 @@
|
||||
"peerDependencies": {
|
||||
"astro": ">= 3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.14.1",
|
||||
"npm": ">=6.14.0"
|
||||
},
|
||||
"release-it": {
|
||||
"hooks": {
|
||||
"before:init": "npm test",
|
||||
|
Loading…
Reference in New Issue
Block a user