re-integrate toolkit code to main action

This commit is contained in:
ddivad195
2024-03-25 17:44:45 +00:00
parent 369a6e7b30
commit 113eb50eb5
20 changed files with 42473 additions and 68336 deletions
-5
View File
@@ -35,11 +35,6 @@ jobs:
node-version-file: .node-version
cache: npm
- name: setup github npm authentication
run: echo "//npm.pkg.github.com/:_authToken=${NPM_TOKEN}" >> .npmrc
env:
NPM_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Install Dependencies
id: install
run: npm ci
-5
View File
@@ -28,11 +28,6 @@ jobs:
node-version-file: .node-version
cache: npm
- name: setup github npm authentication
run: echo "//npm.pkg.github.com/:_authToken=${NPM_TOKEN}" >> .npmrc
env:
NPM_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Install Dependencies
id: npm-ci
run: npm ci
-5
View File
@@ -30,11 +30,6 @@ jobs:
node-version-file: .node-version
cache: npm
- name: setup github npm authentication
run: echo "//npm.pkg.github.com/:_authToken=${NPM_TOKEN}" >> .npmrc
env:
NPM_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Install Dependencies
id: install
run: npm ci