Skip to content

Commit

Permalink
update build workflow
Browse files Browse the repository at this point in the history
Signed-off-by: sk593 <[email protected]>
  • Loading branch information
sk593 committed Jun 24, 2024
1 parent 6c5d197 commit d84947e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: 'Setup Node'
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 18.x
- name: 'Checkout'
uses: actions/checkout@v1
- name: 'Build aws-type-downloader'
Expand All @@ -30,7 +30,7 @@ jobs:
version: latest
working-directory: 'src/aws-type-downloader'
- run: git submodule update --init --recursive
- run: npm install && ci
- run: npm ci
working-directory: 'bicep-types/src/bicep-types'
- run: npm run build
working-directory: 'bicep-types/src/bicep-types'
Expand Down

0 comments on commit d84947e

Please sign in to comment.