Skip to content
This repository was archived by the owner on Aug 6, 2024. It is now read-only.

Commit b264f0f

Browse files
committed
fix version packages
1 parent f900138 commit b264f0f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/version_packages.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ jobs:
1616
fetch-depth: 0
1717
persist-credentials: false
1818

19-
- uses: ./.github/actions/ci-setup
19+
- uses: actions/setup-node@main
20+
with:
21+
node-version: lts/*
22+
23+
- run: yarn
2024

2125
- uses: changesets/action@v1
22-
with:
23-
version: yarn version-packages
2426
env:
2527
# note that we're not using the GH token provided by Actions here because Actions has a rule that Actions
2628
# will not run as the result of another Action so CI wouldn't run on the release PRs then

0 commit comments

Comments
 (0)