Skip to content

Commit

Permalink
Update yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
uurien committed Apr 26, 2024
1 parent fabc794 commit d79512e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
needs: ['cpp-lint', 'js-lint']
strategy:
matrix:
version: [14, 15, 16, 17, 18, 19, 20, 21]
version: [14, 15, 16, 17, 18, 19, 20, 21, 22]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -28,7 +28,7 @@ jobs:
needs: ['cpp-lint', 'js-lint']
strategy:
matrix:
version: [14, 15, 16, 17, 18, 19, 20, 21]
version: [14, 15, 16, 17, 18, 19, 20, 21, 22]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '19'
node-version: '20'
- run: npm i --ignore-scripts
- run: npm run lint

Expand All @@ -186,7 +186,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '19'
node-version: '20'
- run: npm i --ignore-scripts
- run: node scripts/check_licenses.js

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
needs: ['cpp-lint', 'js-lint']
strategy:
matrix:
version: [14, 16, 18, 19, 20, 21]
version: [14, 16, 18, 19, 20, 21, 22]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -24,7 +24,7 @@ jobs:
needs: ['cpp-lint', 'js-lint']
strategy:
matrix:
version: [14, 16, 18, 19, 20, 21]
version: [14, 16, 18, 19, 20, 21, 22]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '19'
node-version: '20'
- run: npm i --ignore-scripts
- run: npm run lint

Expand All @@ -124,7 +124,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '19'
node-version: '20'
- run: npm i --ignore-scripts
- run: node scripts/check_licenses.js

Expand Down

0 comments on commit d79512e

Please sign in to comment.