Skip to content
This repository was archived by the owner on May 20, 2026. It is now read-only.

Commit 329182b

Browse files
Update actions/setup-node action to v2 (#29)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 2e455ba commit 329182b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
working-directory: packages
2222
steps:
2323
- uses: actions/checkout@v2
24-
- uses: actions/setup-node@v1
24+
- uses: actions/setup-node@v2
2525
with:
2626
node-version: 12
2727
- run: yarn install

0 commit comments

Comments
 (0)