Skip to content

Commit 239b8d0

Browse files
Merge pull request #1098 from ChristianMurphy/renovate/actions-setup-node-5.x
chore: update actions/setup-node action to v5
2 parents 5ca89e8 + 6d383f0 commit 239b8d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ${{ matrix.platform }}
2424
steps:
2525
- uses: actions/checkout@v4
26-
- uses: actions/setup-node@v4
26+
- uses: actions/setup-node@v5
2727
with:
2828
node-version: ${{ matrix.node-version }}
2929
- run: npm ci

0 commit comments

Comments
 (0)