Skip to content

Commit

Permalink
fix: "publish" workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimio committed Apr 26, 2021
1 parent c1a054c commit bd2e4ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
typescript-version: [3.8.x, 3.9.x, 4.0.x, 4.1.x]
typescript-version: [3.8.x, 3.9.x, 4.0.x, 4.1.x, 4.2.x]
steps:
- uses: actions/checkout@v2
- name: Node.js ${{ matrix.node-version }}
Expand All @@ -43,7 +43,7 @@ jobs:
node-version: 14.x
registry-url: 'https://registry.npmjs.org'
- run: yarn install
- run: yarn build-clean
- run: yarn build
- id: prerelease_tag
uses: satackey/action-js-inline@v0.0.2
with:
Expand Down

0 comments on commit bd2e4ec

Please sign in to comment.