Skip to content

ci: bump actions ubuntu version #148

ci: bump actions ubuntu version

ci: bump actions ubuntu version #148

Workflow file for this run

name: Git Checks
on:
push:
branches:
- "**"
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "12.x"
- run: yarn
- run: yarn test
timeout-minutes: 5