mirror of
https://github.com/nextcloud/app_api.git
synced 2026-01-13 20:19:21 +00:00
change npm version in actions
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
This commit is contained in:
2
.github/workflows/node-build.yml
vendored
2
.github/workflows/node-build.yml
vendored
@ -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
|
||||
|
||||
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user