Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 0b9ca2a

Browse files
Update actions/setup-node action to v3 (#82)
Co-authored-by: Renovate Bot <[email protected]>
1 parent bbf2763 commit 0b9ca2a

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
@@ -20,7 +20,7 @@ jobs:
2020
version: 6
2121

2222
- name: Set node version to 16
23-
uses: actions/setup-node@v2
23+
uses: actions/setup-node@v3
2424
with:
2525
node-version: 16
2626
cache: 'pnpm'

0 commit comments

Comments
 (0)