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

Commit 2e46ccf

Browse files
committed
refactor: Update github action test
1 parent 5a316b4 commit 2e46ccf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: pnpm run build:packages
4848

4949
- name: Lint packages
50-
run: pnpm run lint:packages
50+
run: pnpm run lint
5151

5252
- name: Run tests for packages
5353
run: pnpm run test:packages

tests/rgbpp/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"forceConsistentCasingInFileNames": true,
1414
"inlineSources": false,
1515
"isolatedModules": true,
16-
"moduleResolution": "Node16",
16+
"moduleResolution": "NodeNext",
1717
"noUnusedLocals": false,
1818
"noUnusedParameters": false,
1919
"preserveWatchOutput": true,

0 commit comments

Comments
 (0)