Skip to content

Commit

Permalink
Update nodejs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pipobscure committed Aug 21, 2023
1 parent c20c3af commit 988ee9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: self-hosted
strategy:
matrix:
node-version: [8, 10, 12, 14, 15]
node-version: [18,20]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
needs: build
strategy:
matrix:
node-version: [8, 10, 12, 14, 15]
node-version: [18,20]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 988ee9f

Please sign in to comment.