Skip to content

Bump tough-cookie from 4.1.2 to 4.1.3 #199

Bump tough-cookie from 4.1.2 to 4.1.3

Bump tough-cookie from 4.1.2 to 4.1.3 #199

Workflow file for this run

name: Publish
on: pull_request
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout πŸ›Ž
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup node env πŸ—
uses: actions/setup-node@v3
with:
node-version: 16
check-latest: true
cache: 'npm'
- name: Install dependencies πŸ‘¨πŸ»β€πŸ’»
run: npm ci --prefer-offline --no-audit
- name: Run linter πŸ‘€
run: npm run lint
# - name: Run tests πŸ§ͺ
# run: npm run test
# - name: SonarCloud Scan πŸ‘Ύ
# uses: SonarSource/sonarcloud-github-action@master
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
# with:
# args: >
# -Dsonar.organization=rendafixa
# -Dsonar.projectKey=rendafixa_rendafixa.github.io
- name: Deploy 😎
run: npm run generate