Skip to content

Commit 2529087

Browse files
chore(gha): bump actions/setup-node from 3 to 4 (#577)
1 parent 82bdd86 commit 2529087

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
@@ -65,7 +65,7 @@ jobs:
6565
path: ${{github.workspace}}/../bpmn-visualization-npm-package
6666
- uses: actions/checkout@v4
6767
- name: Setup node
68-
uses: actions/setup-node@v3
68+
uses: actions/setup-node@v4
6969
with:
7070
node-version-file: '.nvmrc'
7171
- name: Install dependencies

0 commit comments

Comments
 (0)