Skip to content

Commit f22991d

Browse files
Update dependency node to v24
1 parent d88b1e9 commit f22991d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/package-version-creation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Node.js
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: '20'
27+
node-version: '24'
2828

2929
- name: Install yq
3030
run: sudo snap install yq

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Node.js
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: '20'
27+
node-version: '24'
2828

2929
- name: Install Salesforce CLI
3030
run: npm install @salesforce/cli --global

0 commit comments

Comments
 (0)