Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
Signed-off-by: github host <110337548+github-host2@users.noreply.github.com>
  • Loading branch information
wumpus27 committed Nov 19, 2023
1 parent 64729f9 commit 4ca37b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [24.x]
node-version: [18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand All @@ -28,4 +28,5 @@ jobs:
cache: 'npm'
- run: npm init
- run: npm install express --save
- run: npm ci
- run: node viewer.js

0 comments on commit 4ca37b0

Please sign in to comment.