Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTharz committed Jun 14, 2024
1 parent f0be229 commit a60e54e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [19.x]

steps:
- name: Checkout Repository
Expand All @@ -24,7 +24,7 @@ jobs:
cache: 'npm'

- name: Install Dependencies
run: npm ci
run: npm install

- name: Build Application
run: npm run build
Expand Down

0 comments on commit a60e54e

Please sign in to comment.