Skip to content

Merge pull request #37 from mifi/dependabot/npm_and_yarn/word-wrap-1.2.5 #46

Merge pull request #37 from mifi/dependabot/npm_and_yarn/word-wrap-1.2.5

Merge pull request #37 from mifi/dependabot/npm_and_yarn/word-wrap-1.2.5 #46

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Enable Corepack
run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'yarn'
- run: yarn
- run: yarn lint
- run: yarn test