Skip to content

Commit

Permalink
chore(release): version packages (#415)
Browse files Browse the repository at this point in the history
* Refine Node.js dependency in CI

* Push to ci branch should trigger CI for testing

* Remove unused environment variables

* Run all CI actions on ubuntu-latest

* Consistently use latest action-setup for pnpm

* Use pnpm consistently across CI actions

* Remove duplicate CI action

* Don't install serverless globally

* Update rule for triggering lambda deploy CI

* Trivial change to NameGuard API

* Ask pnpm to install to workspace root

* Another trivial change to NameGuard API

* Test: restore -g flag when installing serverless

* Test: Remove -w flag for pnpm install

* Try switching to pnpm exec and non-global install

* Create package.json for NameGuard API

* Update pnpm workspace and lockfile

* Use frozen lockfile

* Force Lambda Deploy CI Action

* Remove unrecognized property

* Always install using frozen lockfile

* Upgrade to v4 of GitHub Actions cache

* Define script for serverless deployments

* Move LICENSE copy to a distinct step

* Enhance passing of env vars to deployment scripts

* Upgrade to actions/checkout@v4

* Upgrade to docker/setup-qemu-action@v3

* Ensure each lambda deployment completes without interruption

* Trivial change to trigger CI

* Define email for GitHub Actions user

* Install serverless-dotenv-plugin

* Pass params to serverless via .env

* Ensure all packages and apps have a LICENSE file

* Remove unnecessary step to copy LICENSE file

* Remove building of explicit .env file

* chore(release): version packages

---------

Co-authored-by: lightwalker.eth <126201998+lightwalker-eth@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jamie Barton <jamie@notrab.dev>
  • Loading branch information
4 people authored Oct 4, 2024
1 parent aba5a70 commit e1c1633
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nameguard-end-to-end-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ on:
push:
branches:
- main
- ci
paths:
- "packages/nameguard-sdk/**"
- "api/nameguard/**"
- ".github/workflows/nameguard-end-to-end-tests.yml"
pull_request:
branches:
- main
- ci
paths:
- "packages/nameguard-sdk/**"
- "api/nameguard/**"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- ci
paths:
- "packages/**"
workflow_dispatch:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/typescript-packages-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ on:
push:
branches:
- main
- ci
paths:
- "packages/**"
pull_request:
branches:
- main
- ci
paths:
- "packages/**"

Expand Down

0 comments on commit e1c1633

Please sign in to comment.