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

Commit 0bb39e2

Browse files
committed
chore(workflow): run tests on macos platforms
1 parent 94a72b8 commit 0bb39e2

File tree

3 files changed

+87
-87
lines changed

3 files changed

+87
-87
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
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: [20.x, 22.x]
21+
node-version: [22.x]
2222

2323
timeout-minutes: 15
2424
steps:

package-lock.json

Lines changed: 84 additions & 84 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
"jest-mock-vscode": "^4.0.5",
146146
"mocha": "^11.0.1",
147147
"postcss": "^8.5.1",
148-
"rollup": "^4.30.1",
148+
"rollup": "^4.31.0",
149149
"rollup-plugin-css-only": "^4.5.2",
150150
"rollup-plugin-node-builtins": "^2.1.2",
151151
"rollup-plugin-svelte": "^7.2.2",
@@ -162,7 +162,7 @@
162162
"dependencies": {
163163
"convert-array-to-csv": "^2.0.0",
164164
"lightning-flow-scanner-core": "4.10.0",
165-
"tabulator-tables": "6.3.0",
165+
"tabulator-tables": "6.3.1",
166166
"uuid": "^11.0.5",
167167
"xml2js": "^0.6.2",
168168
"xmlbuilder2": "^3.1.1"

0 commit comments

Comments
 (0)