Skip to content

Commit

Permalink
Shift setup-node to action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Aug 21, 2024
1 parent bacdf25 commit d38bd28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/js_lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/composite-actions/setup-node.yaml
- uses: ./.github/setup-node/action.yaml
- run: yarn install --frozen-lockfile
working-directory: client
- name: Run ESLint
Expand Down

0 comments on commit d38bd28

Please sign in to comment.