Skip to content

Commit

Permalink
chore(client): update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
bigslycat committed Jan 16, 2024
1 parent 3f6a943 commit 8663f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/client-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 21.5.0
- run: yarn rebuild
- run: yarn config set npmScopes.tg-app.npmAuthToken ${{ secrets.NPM_TOKEN }}
- run: yarn workspace @tg-app/validate-service-client build
Expand Down

0 comments on commit 8663f60

Please sign in to comment.