Skip to content

Commit fe1d16c

Browse files
Update actions/setup-node action to v5
1 parent 528e15a commit fe1d16c

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 }} (host=${{ matrix.host }}, target=${{ matrix.target }})
4141
steps:
4242
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
43-
- uses: actions/setup-node@v4
43+
- uses: actions/setup-node@v5
4444
with:
4545
node-version: ${{ matrix.node }}
4646
architecture: ${{ matrix.host }}

0 commit comments

Comments
 (0)