Skip to content

Commit 1ef574a

Browse files
committed
ci: removes unnecessary steps
ci: use node 22
1 parent 7108260 commit 1ef574a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/build_test_validate.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,8 @@ jobs:
105105
- uses: actions/checkout@v4
106106
- uses: actions/setup-node@v4
107107
with:
108-
node-version: 20
108+
node-version: 22
109109
registry-url: https://registry.npmjs.org/
110-
- run: |
111-
git config --global user.name '${GITHUB_ACTOR}'
112-
git config --global user.email '${GITHUB_ACTOR}@users.noreply.github.com'
113-
env:
114-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
115-
GITHUB_ACTOR: ${{ secrets.GIT_USERNAME }}
116110
- run: npm ci
117111
- run: npm run build
118112
- run: npx lerna publish from-package --no-push --yes

0 commit comments

Comments
 (0)