Skip to content

fix: Update github actions due to ubuntu-20.04 deprecation #406

fix: Update github actions due to ubuntu-20.04 deprecation

fix: Update github actions due to ubuntu-20.04 deprecation #406

name: Test on Pull Requests
on:
pull_request:
jobs:
test:
runs-on: ubuntu-22.04
concurrency: ${{ github.ref }}
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 7.6.0
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm lint
- name: commit linting changes
uses: stefanzweifel/[email protected]
with:
commit_message: ":robot: pnpm lint [skip ci]"
- run: pnpm test