Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

chore(deps): update dependency @pocket-tools/eslint-config to v2.1.7 #900

chore(deps): update dependency @pocket-tools/eslint-config to v2.1.7

chore(deps): update dependency @pocket-tools/eslint-config to v2.1.7 #900

Workflow file for this run

name: Node.js Package
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
scope: '@pocket-tools'
- run: npm ci
- run: npm run build
- run: npm run test
- name: Semantic Release
uses: cycjimmy/semantic-release-action@8e58d20d0f6c8773181f43eb74d6a05e3099571d # v3.4.2
env:
GITHUB_TOKEN: ${{ secrets.CI_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}