1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-node synced 2025-07-14 13:43:53 +02:00

Fix test volta priority (#577)

This commit is contained in:
Evgenii Korolevskii 2022-09-26 13:58:23 +02:00 committed by GitHub
parent 9f3a02bbd1
commit 969bd26639
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 948 additions and 948 deletions

View file

@ -3,6 +3,6 @@
"node": "^14.0.0"
},
"volta": {
"node": "14.0.0"
"node": "16.0.0"
}
}