Skip to content

Commit 510997d

Browse files
chore(gha): bump actions/setup-node from 4 to 5 (#628)
1 parent 9ff97ba commit 510997d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-projects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
path: ${{github.workspace}}/../bpmn-visualization-npm-package
7070
- uses: actions/checkout@v5
7171
- name: Setup node
72-
uses: actions/setup-node@v4
72+
uses: actions/setup-node@v5
7373
with:
7474
node-version-file: '.nvmrc'
7575
- name: Install dependencies

0 commit comments

Comments
 (0)