Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 5c05da3

Browse files
authored
Merge pull request #140 from Lightning-Flow-Scanner/feat/update-core-with-new-rules
feat(core): udpate core to 4.7.0
2 parents 3f0cccf + 74212e2 commit 5c05da3

File tree

5 files changed

+573
-539
lines changed

5 files changed

+573
-539
lines changed

.github/workflows/deploy-RELEASE.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# Setup .npmrc file to publish to npm
3434
- uses: actions/[email protected]
3535
with:
36-
node-version: 20
36+
node-version: 22.x
3737
- name: Setup Dependencies
3838
run: |
3939
npm ci

.github/workflows/generate-RELEASE.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# Setup .npmrc file to publish to npm
2929
- uses: actions/[email protected]
3030
with:
31-
node-version: 20.x
31+
node-version: 22.x
3232
registry-url: https://registry.npmjs.org
3333
scope: rubenhalman
3434
- name: Generate New Release Number

.github/workflows/test.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
os: [macos-latest, windows-latest]
21-
node-version: [18.x, 20.x]
21+
node-version: [20.x, 22.x]
2222

2323
timeout-minutes: 15
2424
steps:
@@ -30,5 +30,7 @@ jobs:
3030
node-version: 20.x
3131
- name: Install dependencies and link
3232
run: npm ci
33-
- name: Run tests
34-
run: npm run wdio-test
33+
- name: Package
34+
run: npm run build
35+
# - name: Run tests
36+
# run: npm run wdio-test

0 commit comments

Comments
 (0)