Skip to content

Commit aabd297

Browse files
renovate[bot]daniellockyer
authored andcommitted
Update actions/setup-node action to v4
1 parent c775b81 commit aabd297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
name: ${{ matrix.os }} (node=${{ matrix.node }}, host=${{ matrix.host }}, target=${{ matrix.target }})
4141
steps:
4242
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
43-
- uses: actions/setup-node@v3
43+
- uses: actions/setup-node@v4
4444
with:
4545
node-version: ${{ matrix.node }}
4646
architecture: ${{ matrix.host }}

0 commit comments

Comments
 (0)