Skip to content

Commit

Permalink
Aktualisiere Node.js-Veröffentlichungsplan in node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper-Claus committed Apr 9, 2024
1 parent 5d585a6 commit fc4b53a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [14.x, 20.x]
node-version: [14.x, 16.x, 18.x]
# Siehe unterstützten Node.js-Veröffentlichungsplan unter https://nodejs.org/en/about/releases/

steps:
Expand All @@ -26,4 +28,4 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm test
- run: npm test

0 comments on commit fc4b53a

Please sign in to comment.