Skip to content

Commit 6e55466

Browse files
chore(deps): Bump actions/setup-node from 5 to 6 (#1298)
1 parent 7a7d252 commit 6e55466

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
@@ -42,7 +42,7 @@ jobs:
4242
sudo apt update
4343
sudo apt install -y libcairo2-dev libjpeg-dev libpango1.0-dev libgif-dev librsvg2-dev
4444
- name: Use Node.js ${{ matrix.node }}
45-
uses: actions/setup-node@v5
45+
uses: actions/setup-node@v6
4646
with:
4747
cache: yarn
4848
node-version: ${{ matrix.node }}

0 commit comments

Comments
 (0)