Skip to content

Commit

Permalink
fix: build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
simenandre committed Mar 12, 2022
1 parent 3e8765c commit ffaafc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
package-name: create-bjerk-typescript
package-name: '@bjerk/eslint-config'

- if: ${{ steps.release.outputs.release_created }}
uses: actions/checkout@v3

- if: ${{ steps.release.outputs.release_created }}
name: Use Node.js 14.x
name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: '14.x'
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
cache: 'yarn'

Expand Down

0 comments on commit ffaafc9

Please sign in to comment.