Skip to content

Commit 24d32ff

Browse files
authored
upgrade: to node24 (#2662)
1 parent 9a67555 commit 24d32ff

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ jobs:
4444
fetch-depth: 0
4545
repository: ${{ github.event.pull_request.head.repo.full_name }}
4646

47-
- name: Use Node.js 20.x
47+
- name: Use Node.js 24.x
4848
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
4949
with:
5050
cache: 'yarn'
51-
node-version: '20.x'
51+
node-version: '24.x'
5252

5353
- name: Create coverage directory and clover.xml
5454
run: |
@@ -72,6 +72,12 @@ jobs:
7272
env:
7373
GITHUB_EVENT_PULL_REQUEST_HEAD_REPO_FORK: ${{ github.event.pull_request.head.repo.fork }}
7474

75+
- name: Upload build assets
76+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
77+
with:
78+
name: build-assets
79+
path: dist
80+
7581
- name: Verify Changed files
7682
uses: tj-actions/verify-changed-files@a1c6acee9df209257a246f2cc6ae8cb6581c1edf # v20.0.4
7783
if: github.actor != 'dependabot[bot]'
@@ -87,12 +93,6 @@ jobs:
8793
echo "Uncommitted build/lint changes detected. Please run 'yarn all' locally and push the changes for review."
8894
exit 1
8995
90-
- name: Upload build assets
91-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
92-
with:
93-
name: build-assets
94-
path: dist
95-
9696
- name: Run codacy-coverage-reporter
9797
uses: codacy/codacy-coverage-reporter-action@89d6c85cfafaec52c72b6c5e8b2878d33104c699 # v1.3.0
9898
continue-on-error: true

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
24

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ outputs:
326326
description: "Returns all changed YAML keys when the `files_yaml` input is used. i.e. key that contains any path that has either been added, copied, modified, and renamed (ACMR)"
327327

328328
runs:
329-
using: 'node20'
329+
using: 'node24'
330330
main: 'dist/index.js'
331331

332332
branding:

0 commit comments

Comments
 (0)