Upgrade to use node24 (#19)

This commit is contained in:
Salman Chishti
2025-09-02 21:44:11 -05:00
committed by GitHub
parent 3114dc8cb4
commit 2826fb8353
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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" 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 required: false
type: string type: string
default: "20.x" default: "24.x"
node-caching: 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" 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 required: false
+1 -1
View File
@@ -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" 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 required: false
type: string type: string
default: "20.x" default: "24.x"
node-caching: 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" 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 required: false
+1 -1
View File
@@ -86,7 +86,7 @@ jobs:
if: ${{ steps.successful-update.outputs.STATUS == 'true' }} if: ${{ steps.successful-update.outputs.STATUS == 'true' }}
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: 20 node-version: 24
- name: Install dependencies - name: Install dependencies
if: ${{ steps.successful-update.outputs.STATUS == 'true' }} if: ${{ steps.successful-update.outputs.STATUS == 'true' }}