Skip to content

ci: Update actions and set minimal Node.js version to v14 #33

ci: Update actions and set minimal Node.js version to v14

ci: Update actions and set minimal Node.js version to v14 #33

Workflow file for this run

name: CI
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '14'
- run: yarn install
- run: npx jest