Skip to content

chore(deps): update GitHub action versions for node20 compatibility #74

chore(deps): update GitHub action versions for node20 compatibility

chore(deps): update GitHub action versions for node20 compatibility #74

Workflow file for this run

name: Check with yarn
on: [push, pull_request]
jobs:
build:
name: Install and test with yarn
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18.16"
- run: yarn install
- run: yarn test