Skip to content

Commit

Permalink
build(ci): Add test-server, add Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacura committed Jan 30, 2024
1 parent bee0611 commit 8450804
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

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

steps:
- uses: actions/checkout@v3
Expand All @@ -24,5 +24,6 @@ jobs:
npm run build-app
npm run build-sensors
npm test
npm test-server
env:
CI: true

0 comments on commit 8450804

Please sign in to comment.