Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelvlach committed Jan 23, 2024
1 parent 3b34fda commit 64b188e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/agdb_api_typescript.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@4
- uses: actions/setup-node@v4
- working-directory: agdb_api/typescript
run: |
npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
cargo publish --package agdb_api --token ${CRATES_IO_TOKEN}
env:
CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
- uses: actions/setup-node@4
- uses: actions/setup-node@v4
- working-directory: agdb_api/typescript
run: |
npm ci
Expand Down

0 comments on commit 64b188e

Please sign in to comment.