Skip to content

Commit

Permalink
chore: setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
saturday06 committed Jan 15, 2025
1 parent 696b3ae commit 8b35a65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,9 @@ jobs:
git diff --exit-code
- name: Install hadolint
run: ./tools/install_hadolint.sh
- uses: actions/setup-node@v4
with:
node-version-file: .node-version
- name: Lint
run: ./tools/lint.sh
- name: Sanity Check
Expand Down

0 comments on commit 8b35a65

Please sign in to comment.