Skip to content

Commit

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

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

steps:
Expand All @@ -24,6 +24,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: cd ./h24s_25 && npm ci
- run: cd ./h24s_25 && npm run build --if-present
- run: cd h24s_25
- run: npm ci
- run: npm run build --if-present

0 comments on commit 65ecb9c

Please sign in to comment.