Skip to content

Update package.json to version 1.1.1 #11

Update package.json to version 1.1.1

Update package.json to version 1.1.1 #11

Workflow file for this run

name: Continuous integration
on: [pull_request, push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Create npm configuration
run: echo "//npm.pkg.github.com/:_authToken=${token}" >> ~/.npmrc
env:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v3
- run: npm ci
- run: npm run lint
- run: npm run build
- run: npm run test