1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-04-21 05:01:31 +00:00

ci: expand node matrix for unit tests, bump base workflows to node 22

This commit is contained in:
mulahasanovic
2026-04-14 09:38:02 +02:00
parent 0f9f16bef1
commit 44c5eab638
4 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -12,7 +12,7 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: [lts/iron] node-version: [20, 22, 24]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
@@ -53,6 +53,7 @@ jobs:
# For some reason if coverage report action is run before other commands, those commands can't access the directories and files on which they depend on # For some reason if coverage report action is run before other commands, those commands can't access the directories and files on which they depend on
- name: Generate coverage report - name: Generate coverage report
if: matrix.node-version == 22
uses: artiomtr/jest-coverage-report-action@v2.0-rc.2 uses: artiomtr/jest-coverage-report-action@v2.0-rc.2
with: with:
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: [lts/iron] node-version: [22]
steps: steps:
- name: Checkout - name: Checkout
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: [lts/iron] node-version: [22]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: [lts/iron] node-version: [22]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2