Skip to content

Commit

Permalink
Update node to latest LTS version
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraneto committed Nov 8, 2024
1 parent 0745dbb commit 30ed8d6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

env:
PKG_VERSION: ${{ startsWith(github.ref, 'refs/tags/') && github.ref_name || null }}
NODE_VERSION: 20
NODE_VERSION: 22
DOTNET_VERSION: 8.x

jobs:
Expand Down
2 changes: 1 addition & 1 deletion src/UmbracoDeliveryApiExtensions.UI/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"vite": "^5.4.10"
},
"volta": {
"node": "20.9.0"
"node": "22.11.0"
}
}
2 changes: 1 addition & 1 deletion tests/clients/openapi-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"openapi-fetch": "^0.13.0"
},
"volta": {
"node": "20.9.0"
"node": "22.11.0"
}
}
2 changes: 1 addition & 1 deletion tests/clients/orval/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"axios": "^1.7.7"
},
"volta": {
"node": "20.9.0"
"node": "22.11.0"
}
}

0 comments on commit 30ed8d6

Please sign in to comment.