Skip to content

Update runtime to node20 #10

Update runtime to node20

Update runtime to node20 #10

Workflow file for this run

name: Run tests
on:
push:
branches:
- main
pull_request:
jobs:
run-tests:
name: "Run tests"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: mskelton/setup-yarn@v1
with:
node-version: 20.x
- name: Build and run tests
run: |
yarn
yarn test