We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7108260 commit 1ef574aCopy full SHA for 1ef574a
.github/workflows/build_test_validate.yml
@@ -105,14 +105,8 @@ jobs:
105
- uses: actions/checkout@v4
106
- uses: actions/setup-node@v4
107
with:
108
- node-version: 20
+ node-version: 22
109
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 }}
116
- run: npm ci
117
- run: npm run build
118
- run: npx lerna publish from-package --no-push --yes
0 commit comments