Skip to content

Commit bd73e82

Browse files
committed
Updated node versions in github actions
1 parent 23261a2 commit bd73e82

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
node: [ '16', '18', '20' ]
17+
node: [ '18', '20' ]
1818
name: Node ${{ matrix.node }}
1919
steps:
2020
- name: Checkout
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup node
3838
uses: actions/setup-node@v3
3939
with:
40-
node-version: 18
40+
node-version: 20
4141
- name: Install dependencies
4242
run: npm install
4343
- name: Testing

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup node
1616
uses: actions/setup-node@v3
1717
with:
18-
node-version: 18
18+
node-version: 20
1919
- name: Install dependencies
2020
run: npm install
2121
- name: Build
@@ -28,4 +28,4 @@ jobs:
2828
token: ${{ secrets.NPM_TOKEN }}
2929
access: "public"
3030
dry-run: false
31-
check-version: true
31+
check-version: true

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
sonar.projectKey=connect-ui-toolkit
22
sonar.organization=cloudbluesonarcube
3-
sonar.javascript.lcov.reportPaths=test/coverage/lcov.info
3+
sonar.javascript.lcov.reportPaths=components/test/coverage/lcov.info
44
sonar.exclusions=**/**/*.spec.js,**/**/*.stories.js

0 commit comments

Comments
 (0)