Skip to content

Commit

Permalink
Update deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Pats101 committed Sep 26, 2024
1 parent d3eb66b commit 6c542de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-joke-cracker-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
args: "--path . --verbose"

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

- name: Install dependencies
run: npm install

- name: Run lint
- name: Run ESLint
run: npm run lint

- name: Build project
Expand Down

0 comments on commit 6c542de

Please sign in to comment.