Skip to content

feat: update to node 20 #56

feat: update to node 20

feat: update to node 20 #56

Workflow file for this run

name: pull_request
on:
pull_request:
paths-ignore:
- 'docs/**'
- '*.md'
branches:
- main
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '20'
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn test
- run: yarn bundle