Skip to content

Commit

Permalink
build: adding support for algokit-utils v3 (#62)
Browse files Browse the repository at this point in the history
* build: test to see if this works on CI

* fix: delete .orig

* build: bumping algokit-utils; pr template

* build: bumping utils to beta 4

* chore: restoring module resolution

* build: bumping to a stable v3 release

* build: adding lockfile

* chore: updating workflows

---------

Co-authored-by: Neil Campbell <[email protected]>
  • Loading branch information
aorumbayev and neilcampbell authored Sep 4, 2023
1 parent acbdbd5 commit 1f8ad06
Show file tree
Hide file tree
Showing 6 changed files with 523 additions and 536 deletions.
5 changes: 5 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Proposed Changes

-
-
-
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
uses: makerxstudio/shared-config/.github/workflows/node-ci.yml@main
with:
run-commit-lint: true
node-version: 18.x
run-build: true
audit-script: npm run audit
pre-test-script: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
name: Continuous Integration
uses: makerxstudio/shared-config/.github/workflows/node-ci.yml@main
with:
node-version: 18.x
run-commit-lint: true
audit-script: npm run audit
pre-test-script: |
Expand All @@ -29,6 +30,7 @@ jobs:
needs:
- ci
with:
node-version: 18.x
build-path: dist
artifact-name: package

Expand Down
Loading

0 comments on commit 1f8ad06

Please sign in to comment.