Skip to content

Commit 4c1b05f

Browse files
authored
Merge pull request #4 from impresscms-dev/dependabot/github_actions/actions/setup-node-3
Bump actions/setup-node from 1 to 3
2 parents 7115bd9 + 27fa910 commit 4c1b05f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
ref: ${{ github.head_ref }}
2323

2424
- name: Use Node.js ${{ matrix.node-version }}
25-
uses: actions/setup-node@v1
25+
uses: actions/setup-node@v3
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828

0 commit comments

Comments
 (0)