Skip to content

Bump @types/node from 16.18.23 to 20.11.0 #15

Bump @types/node from 16.18.23 to 20.11.0

Bump @types/node from 16.18.23 to 20.11.0 #15

Workflow file for this run

name: "CI"
permissions:
contents: read
on:
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Show info
run: npm version
- name: Install deps
run: npm install
- name: Build, apply formatting, lint, package and run unit tests
run: npm run all
- name: Style check
run: npm run format-check
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Show info
run: npm version
- name: Setup BATS
uses: ./
- name: BATS version
run: bats --version
- name: BATS test
run: bats __tests__/integration.bats