Skip to content

Commit

Permalink
add node version check
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Jun 19, 2024
1 parent be2ceb9 commit 85b63df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
node-version: "16"
registry-url: "https://registry.npmjs.org"

- name: Check Node.js version
run: node --version

- name: Install Dependencies
run: yarn install

Expand Down

0 comments on commit 85b63df

Please sign in to comment.