Upgrade to use node24 (#19)
This commit is contained in:
@@ -24,7 +24,7 @@ on:
|
||||
description: "Optional input to set the version of Node.js used to build the project. The input syntax corresponds to the setup-node's one"
|
||||
required: false
|
||||
type: string
|
||||
default: "20.x"
|
||||
default: "24.x"
|
||||
node-caching:
|
||||
description: "Optional input to set up caching for the setup-node action. The input syntax corresponds to the setup-node's one. Set to an empty string if caching isn't needed"
|
||||
required: false
|
||||
|
||||
@@ -16,7 +16,7 @@ on:
|
||||
description: "Optional input to set the version of Node.js used to build a project. The input syntax corresponds to the setup-node's one"
|
||||
required: false
|
||||
type: string
|
||||
default: "20.x"
|
||||
default: "24.x"
|
||||
node-caching:
|
||||
description: "Optional input to set up caching for the setup-node action. The input syntax corresponds to the setup-node's one. Set to an empty string if caching isn't needed"
|
||||
required: false
|
||||
|
||||
@@ -86,7 +86,7 @@ jobs:
|
||||
if: ${{ steps.successful-update.outputs.STATUS == 'true' }}
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
node-version: 24
|
||||
|
||||
- name: Install dependencies
|
||||
if: ${{ steps.successful-update.outputs.STATUS == 'true' }}
|
||||
|
||||
Reference in New Issue
Block a user