Skip to content

Bump @types/node from 22.7.5 to 22.7.7 (#103) #190

Bump @types/node from 22.7.5 to 22.7.7 (#103)

Bump @types/node from 22.7.5 to 22.7.7 (#103) #190

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
types: [opened, synchronize]
permissions: {}
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
persist-credentials: false
- name: Setup node
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
node-version: 16
cache: yarn
cache-dependency-path: ./yarn.lock
- run: yarn
- run: yarn compile
- run: yarn package
- run: yarn test
- name: Set up HLint
uses: haskell-actions/hlint-setup@fe9cd1cd1af94a23900c06738e73f6ddb092966a # v2.4.10
- run: hlint --version
- name: Self test
uses: ./
with:
path: ./test/Example.hs