File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 with :
5555 node-version : 24
5656 registry-url : " https://registry.npmjs.org"
57+ - name : Update npm
58+ run : npm install -g npm@latest
5759 - name : Install rust toolchain
5860 uses : actions-rs/toolchain@v1
5961 with :
7981 run : |
8082 just --dotenv-filename .env.${{ matrix.build.NAME }} create-npm-binary-package
8183 just --dotenv-filename .env.${{ matrix.build.NAME }} publish-npm-binary-package
82- env :
83- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
8484 - name : Upload artifact
8585 uses : actions/upload-artifact@v4
8686 with :
9999 with :
100100 node-version : 24
101101 registry-url : " https://registry.npmjs.org"
102+ - name : Update npm
103+ run : npm install -g npm@latest
102104 - name : Install just
103105 uses : extractions/setup-just@v1
104106 with :
@@ -109,5 +111,3 @@ jobs:
109111 npm install
110112 just --dotenv-filename .env.linux-x64-glibc create-npm-root-package
111113 just --dotenv-filename .env.linux-x64-glibc publish-npm-root-package
112- env :
113- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments