Skip to content

Commit

Permalink
Bump arcanum (#23)
Browse files Browse the repository at this point in the history
* chore: clean up pipeline

* docs: bump arcanum
  • Loading branch information
xavier-brochard authored Oct 29, 2024
1 parent 3e2f3dd commit 2a459b9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 23 deletions.
26 changes: 8 additions & 18 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,40 +19,30 @@ jobs:
- name: 📖 Checkout Repository
uses: actions/checkout@v4

- name: JFrog Auth
- name: 🐸 JFrog Auth
uses: jfrog/setup-jfrog-cli@v4
id: jfrog_token
env:
JF_URL: https://consensys.jfrog.io
with:
oidc-provider-name: github

# - name: Set npm/yarn config
# shell: bash
# env:
# JFROG_ACCESS_TOKEN: ${{ steps.jfrog_token.outputs.oidc-token }}
# NPM_CLIENT: npm
# REGISTRY_URL: https://consensys.jfrog.io/artifactory/api/npm/npm/

# # run: |
# # jf npm-config --global=true --repo-resolve="$JFROG_NPM_REPO"

- name: ⚙️ Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
always-auth: true
cache: npm

- name: Setup lock file name
- name: 🔒 Setup lock file name
id: lock_file_name
shell: bash
run: |
echo "file_name=**/package-lock.json" >> "$GITHUB_OUTPUT"
echo "file_name=**/package-lock.json" >> "$GITHUB_OUTPUT"
env:
NPM_CLIENT: npm

- name: Set npm/yarn config
- name: 🎛️ Set npm/yarn config
shell: bash
env:
JFROG_NPM_REPO: npm
Expand All @@ -61,13 +51,13 @@ jobs:
REGISTRY_URL: https://consensys.jfrog.io/artifactory/api/npm/npm/
JFROG_ACCESS_TOKEN: ${{ steps.jfrog_token.outputs.oidc-token }}
run: |
jf npm-config --global=true --repo-resolve="$JFROG_NPM_REPO" --repo-deploy="$JFROG_NPM_DEPLOY_REPO"
jf npm-config --global=true --repo-resolve="$JFROG_NPM_REPO" --repo-deploy="$JFROG_NPM_DEPLOY_REPO"
- name: NPM client install
- name: ⬇️ Install dependencies and build
shell: bash
run: |
jf npm ci --audit=false
jf npm run build
jf npm ci --audit=false
jf npm run build
env:
NPM_CLIENT: npm
NODE_AUTH_TOKEN: ${{ steps.jfrog_token.outputs.oidc-token }}
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"**/*.{md,mdx,ts,js,tsx,jsx,json}": "npm run format"
},
"dependencies": {
"@codefi/mmi-openapi-arcanum": "^1.26.1",
"@codefi/mmi-openapi-arcanum": "^1.26.2",
"@docusaurus/core": "^3.5.2",
"@docusaurus/plugin-client-redirects": "^3.5.2",
"@docusaurus/plugin-google-gtag": "^3.5.2",
Expand Down

0 comments on commit 2a459b9

Please sign in to comment.