Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Update actions/setup-node action to v4 #390

Update actions/setup-node action to v4

Update actions/setup-node action to v4 #390

Workflow file for this run

name: Test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: 18
registry-url: https://registry.npmjs.org/
cache: "yarn"
- run: yarn --frozen-lockfile
- run: yarn test