Skip to content

Commit

Permalink
update server CI GH Actions config to test using node20
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Quintanilla committed Nov 8, 2024
1 parent c3c1305 commit 0d6f955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/server-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: "node20"
cache: "npm"
cache-dependency-path: server/package-lock.json

Expand Down

0 comments on commit 0d6f955

Please sign in to comment.