commit | 28fadca588296421c2360d432f072d38e08b6eb3 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Sun Mar 05 07:47:00 2023 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Sun Mar 05 09:09:19 2023 +0000 |
tree | d9e6ba4d86cd17debcf076237c4745f54648f86c | |
parent | bd891a59f25f5822ac977e9d2234c492e0cce09e [diff] |
Update the workflow to use the right node version
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 15a8d7a..d0c3d2b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml
@@ -15,8 +15,12 @@ jobs: lint: runs-on: ubuntu-latest + steps: - uses: actions/checkout@v3 + - uses: actions/setup-node@v3.6.0 + with: + node-version: 19.x - run: yarn install --immutable - name: Compile run: yarn build