From a487f09edb749ed19ee6a2b98a2e1174d7835582 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Fri, 9 Aug 2024 09:41:46 -0400 Subject: [PATCH] Setup node --- .github/workflows/check-spelling.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/check-spelling.yml b/.github/workflows/check-spelling.yml index c3ead556ca77..23526674a692 100644 --- a/.github/workflows/check-spelling.yml +++ b/.github/workflows/check-spelling.yml @@ -10,6 +10,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + with: + node-version-file: .nvmrc - run: npm run _install:dict --ignore-scripts - uses: streetsidesoftware/cspell-action@v6 with: