Skip to content

Commit

Permalink
ci: use action-typescript v3 (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha authored Jun 29, 2023
1 parent 55c153c commit 218f3c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: linz/action-typescript@v2
with:
package-manager: 'npm'
- uses: linz/action-typescript@v3
4 changes: 1 addition & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ needs.release-please.outputs.release_created }}
steps:
- uses: linz/action-typescript@v2
with:
package-manager: 'npm'
- uses: linz/action-typescript@v3

- name: Ensure latest NPM
run: npm install -g npm@latest
Expand Down

0 comments on commit 218f3c0

Please sign in to comment.