change npm version in actions

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
This commit is contained in:
Julien Veyssier
2025-11-19 14:58:51 +01:00
parent d53b80fb28
commit 8b8e894df2
2 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ jobs:
with:
path: ${{ env.APP_NAME }}
fallbackNode: "^20"
fallbackNpm: "^9"
fallbackNpm: "^10"
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v3

View File

@ -67,7 +67,7 @@
"stylelint-webpack-plugin": "^5.0.1"
},
"engines": {
"node": "^16.0.0",
"npm": "^7.0.0 || ^8.0.0"
"node": "^20.0.0",
"npm": "^10.0.0"
}
}