mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-19 12:54:45 +00:00
Fix macos latest check failures (#1041)
* Update latest node versions * Update latest node versions * Update test data * Update test data * Update test data * Update test data * Update test data * macos lts failure fix * Update macos-13
This commit is contained in:
parent
c2ac33f2c6
commit
eff380dfbc
7 changed files with 27 additions and 27 deletions
|
@ -1 +1 @@
|
|||
v14
|
||||
v20
|
||||
|
|
|
@ -1 +1 @@
|
|||
nodejs 14.0.0
|
||||
nodejs 20.0.0
|
||||
|
|
|
@ -1 +1 @@
|
|||
node 14.0.0
|
||||
node 20.0.0
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
"node": "^14.0.0"
|
||||
},
|
||||
"volta": {
|
||||
"node": "16.0.0"
|
||||
"node": "20.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"engines": {
|
||||
"node": "^14.0.0"
|
||||
"node": "^20.0.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue