Skip to content

Bump node from 15.11.0-alpine to 20.5.0-alpine #235

Bump node from 15.11.0-alpine to 20.5.0-alpine

Bump node from 15.11.0-alpine to 20.5.0-alpine #235

Workflow file for this run

name: Tests
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '13'
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn lint --fix
- run: yarn prettier
- run: yarn build
- name: correct vercel/ncc crlf output
run: sed -i 's/\x0D$//' ./dist/index.js
- run: .github/no-unstaged-files.sh