-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Anatoli Nicolae <[email protected]>
- Loading branch information
1 parent
270f173
commit 78ee3b7
Showing
6 changed files
with
29 additions
and
846 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,13 +6,14 @@ jobs: | |
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].7 | ||
- uses: actions/[email protected] | ||
with: | ||
node-version: "18.x" | ||
node-version: "20" | ||
registry-url: "https://registry.npmjs.org" | ||
scope: "@apiscp" | ||
- run: yarn install | ||
- run: yarn publish --access public | ||
- uses: oven-sh/[email protected] | ||
- run: bun install --frozen-lockfile | ||
- run: bun run publish --access public | ||
env: | ||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,11 +6,12 @@ jobs: | |
test: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].7 | ||
- uses: actions/[email protected] | ||
with: | ||
node-version: "18.x" | ||
node-version: "20" | ||
registry-url: "https://registry.npmjs.org" | ||
scope: "@apiscp" | ||
- run: yarn install | ||
- run: yarn demo-build | ||
- uses: oven-sh/[email protected] | ||
- run: bun install --frozen-lockfile | ||
- run: bun run demo-build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.