Skip to content

Commit

Permalink
attempt #2 for broken GH Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Quintanilla committed Nov 8, 2024
1 parent 473fe76 commit 5be13ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/server-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

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

steps:
#1 Checkout the code
Expand All @@ -32,7 +32,7 @@ jobs:

#4 Install dependencies
- name: Install Server Dependencies
run: npm install
run: npm ci
working-directory: server/

#5 Run server tests
Expand Down

0 comments on commit 5be13ae

Please sign in to comment.