Skip to content

Use Node 20 LTS

Use Node 20 LTS #22

Workflow file for this run

name: tests
on:
release:
types: [created]
pull_request:
branches: [ main ]
workflow_dispatch:
inputs:
name:
description: 'reason'
required: false
default: ''
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js v20.x
uses: actions/setup-node@v3
with:
node-version: '20.x'
cache: 'npm'
- run: yarn install --immutable
- run: yarn test