Skip to content

Commit d9d6229

Browse files
authored
Merge pull request #87 from impresscms-dev/dependabot/github_actions/actions/setup-node-4
Bump actions/setup-node from 3 to 4
2 parents bc79d9d + a16e69a commit d9d6229

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/on-pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
ref: ${{ github.head_ref }}
2626

2727
- name: Use Node.js ${{ matrix.node-version }}
28-
uses: actions/setup-node@v3
28+
uses: actions/setup-node@v4
2929
with:
3030
node-version: ${{ matrix.node-version }}
3131

@@ -47,7 +47,7 @@ jobs:
4747
ref: ${{ github.head_ref }}
4848

4949
- name: Use Node.js ${{ matrix.node-version }}
50-
uses: actions/setup-node@v3
50+
uses: actions/setup-node@v4
5151
with:
5252
node-version: ${{ matrix.node-version }}
5353

0 commit comments

Comments
 (0)