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

build(deps-dev): update dependency cspell to v8 #2068

build(deps-dev): update dependency cspell to v8

build(deps-dev): update dependency cspell to v8 #2068

Workflow file for this run

name: 'Node.js: Test'
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'yarn'
- run: yarn
- run: yarn build
- run: yarn test