Skip to content

Update dependency @types/ramda to v0.30.2 #890

Update dependency @types/ramda to v0.30.2

Update dependency @types/ramda to v0.30.2 #890

Workflow file for this run

name: Pull Requests
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint
- run: npm run test
- run: npm run build
env:
CI: true