Skip to content

Commit

Permalink
Merge pull request #1062 from aligent/feature/DO-1446-migrate-static-…
Browse files Browse the repository at this point in the history
…hosting

DO-1531: Migrate static hosting to CDK v2
  • Loading branch information
gowrizrh authored Sep 27, 2023
2 parents 633c019 + 22c2bed commit c010dde
Show file tree
Hide file tree
Showing 103 changed files with 3,654 additions and 22,276 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.release.target_commitish }}
- name: Use Node.js 16
- name: Use Node.js 20
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run lint:check && npm run format:check
Expand Down
Loading

0 comments on commit c010dde

Please sign in to comment.