Skip to content

Commit

Permalink
fix: add node.js setup step to eslint-server workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chimpdev committed Oct 23, 2024
1 parent 0e00334 commit e6ea3b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/eslint-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '18'

- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
Expand Down

0 comments on commit e6ea3b3

Please sign in to comment.