Skip to content

feat: upgrade to ubuntu 24.04 #118

feat: upgrade to ubuntu 24.04

feat: upgrade to ubuntu 24.04 #118

Workflow file for this run

name: CI
on:
push:
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
# node-version: [13.x]
operating-system: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v2
# - name: Use Node.js ${{ matrix.node-version }}
# uses: actions/setup-node@v1
# with:
# node-version: ${{ matrix.node-version }}
- name: Environment Information
run: npx envinfo
- run: yarn
- name: Run Test
run: yarn test