Skip to content

feat: bump to use node20 runtime #70

feat: bump to use node20 runtime

feat: bump to use node20 runtime #70

Workflow file for this run

name: 'build-test'
on:
pull_request:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm install
- run: |
npm run all
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
version: 'v3.10.0'
- run: |
gator --version