Skip to content

Update node Docker tag to v20 #161

Update node Docker tag to v20

Update node Docker tag to v20 #161

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
container:
image: node:20.5
timeout-minutes: 3
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install
run: yarn
- name: Lint
run: yarn lint
- name: Test
run: yarn test