File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757 - name : Setup Node
5858 uses : actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
5959 with :
60- node-version : 20
60+ node-version : ' 22 '
6161 cache : " npm"
6262 cache-dependency-path : ./npm/package-lock.json
63+ registry-url : " https://registry.npmjs.org"
64+
6365 - name : Install dependencies
6466 working-directory : ${{ env.working-directory }}
6567 run : npm install --ignore-scripts
7476
7577 - name : Publish NPM
7678 working-directory : ${{ env.working-directory }}
77- run : npm publish --tarball=./infisical-sdk-${{github.ref_name}} --access public --registry=https://registry.npmjs.org/
79+ run : npm publish --tarball=./infisical-sdk-${{github.ref_name}} --access public
7880
7981 goreleaser :
8082 runs-on : ubuntu-latest-8-cores
Original file line number Diff line number Diff line change 1212 },
1313 "repository" : {
1414 "type" : " git" ,
15- "url" : " https://github.com/Infisical/infisical .git"
15+ "url" : " https://github.com/Infisical/cli .git"
1616 },
1717 "author" : " Infisical Inc, <daniel@infisical.com>" ,
1818 "scripts" : {
You can’t perform that action at this time.
0 commit comments