mirror of
https://github.com/kremalicious/astro-redirect-from.git
synced 2025-02-14 21:10:35 +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
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node }}
|
node-version: ${{ matrix.node }}
|
||||||
|
cache: 'npm'
|
||||||
|
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm test
|
- run: npm test
|
||||||
|
@ -38,6 +38,10 @@
|
|||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"astro": ">= 3"
|
"astro": ">= 3"
|
||||||
},
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=18.14.1",
|
||||||
|
"npm": ">=6.14.0"
|
||||||
|
},
|
||||||
"release-it": {
|
"release-it": {
|
||||||
"hooks": {
|
"hooks": {
|
||||||
"before:init": "npm test",
|
"before:init": "npm test",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user