Skip to content

Commit 5ffe85d

Browse files
chore(deps): update actions/setup-node action to v3 (#21)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 31ef46b commit 5ffe85d

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
@@ -25,7 +25,7 @@ jobs:
2525
key: ${{ runner.os }}-node${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
2626

2727
- name: Setup node
28-
uses: actions/setup-node@v2
28+
uses: actions/setup-node@v3
2929
with:
3030
node-version: ${{ matrix.node }}
3131

0 commit comments

Comments
 (0)