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

Bump prettier from 2.0.5 to 3.2.5 #22

Bump prettier from 2.0.5 to 3.2.5

Bump prettier from 2.0.5 to 3.2.5 #22

Workflow file for this run

name: Continuous integration
on: [pull_request, push]
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version-file: '.nvmrc'
- name: Create npm configuration
run: echo "//npm.pkg.github.com/:_authToken=${token}" >> ~/.npmrc
env:
token: ${{ secrets.GITHUB_TOKEN }}
- run: npm ci
- run: npm run lint
- run: npm run build
- run: npm run test