Skip to content

Commit e94e637

Browse files
Merge pull request #36 from Mastercard/danny-gallagher-patch-1
Updating node versions used in github actions
2 parents 0777be2 + ab421d8 commit e94e637

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.github/workflows/sonar-scanner.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
github.event.pull_request.head.repo.full_name == github.repository ||
2323
github.event_name != 'pull_request_target') }}
2424
run: echo "Unsecure PR, must be labelled with the 'safe' label, then run the workflow again" && exit 1
25-
- name: Use Node.js 13
25+
- name: Use Node.js 16
2626
uses: actions/setup-node@v1
2727
with:
28-
node-version: 13
28+
node-version: 16
2929
- name: Build with npm
3030
run: |
3131
npm ci

.github/workflows/test.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ jobs:
1515
strategy:
1616
matrix:
1717
node-version:
18-
- 10.x
19-
- 11.x
20-
- 12.x
21-
- 13.x
22-
- 14.x
18+
- 16.x
19+
- 17.x
20+
- 18.x
21+
- 19.x
2322
steps:
2423
- uses: actions/checkout@v2
2524
- name: 'Use Node.js ${{ matrix.node-version }}'

0 commit comments

Comments
 (0)