Skip to content

Commit 922c022

Browse files
Update actions/setup-node action to v4 (#458)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c41052a commit 922c022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- run: git config --global core.autocrlf input
1616
- uses: actions/checkout@v4
1717
- name: Use Node.js ${{ matrix.node }}
18-
uses: actions/setup-node@v3
18+
uses: actions/setup-node@v4
1919
with:
2020
node-version: ${{ matrix.node }}
2121
- run: npm install

0 commit comments

Comments
 (0)