Skip to content

Commit

Permalink
CHANGED: inline some internal ci code
Browse files Browse the repository at this point in the history
  • Loading branch information
o-alexandrov committed Oct 17, 2024
1 parent 71edc07 commit efac6e0
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/release-new-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,21 @@ jobs:
updateVersion:
runs-on: ubuntu-latest
steps:
- uses: anime-club/gh-action-setup@v1
- uses: actions/checkout@v4
with:
fetch-depth: 1

- uses: actions/setup-node@v4
with:
node-version: 22
cache: "npm"

- name: Configure git
run: |
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
- run: npm ci

- name: Typecheck
run: npm run config typecheckOnce
Expand Down

0 comments on commit efac6e0

Please sign in to comment.