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

ci: replace setup-volta #3650

ci: replace setup-volta

ci: replace setup-volta #3650

Workflow file for this run

name: Test
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
id: setup-node
with:
node-version-file: 'package.json'
- run: yarn install
- run: yarn test