[fix] removed npmrc and provide lock file for npm cache (#3405)

* Provide yarn.lock
pull/3409/head
Enver Bisevac 2023-10-06 00:58:23 +02:00 committed by GitHub
parent d706b39d22
commit 17fca55c1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -24,14 +24,12 @@ jobs:
with:
node-version: 16
cache: "npm"
cache-dependency-path: web/yarn.lock
- name: install, lint, and build web app
working-directory: web
run: |
echo "@harness:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken=${{ secrets.GH_TOKEN }}
always-auth=true" >> ~/.npmrc
yarn install
yarn checks
yarn check:all
yarn build
- name: golangci-lint
uses: golangci/golangci-lint-action@v3