Skip to content

Commit 1bb99cd

Browse files
authored
Merge pull request #83 from mr150/test/plugins-test
Fix plugin tests
2 parents ec74509 + 7b6d1aa commit 1bb99cd

File tree

3 files changed

+278
-323
lines changed

3 files changed

+278
-323
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- 'packages/**'
77
- 'test/**'
88
- '.github/workflows/test.yml'
9+
- 'package.json'
10+
- 'package-lock.json'
911
branches:
1012
- '**'
1113
push:
@@ -22,7 +24,7 @@ jobs:
2224
- name: Set up Node.js
2325
uses: actions/setup-node@v1
2426
with:
25-
node-version: 20
27+
node-version: 22
2628
- name: Install dependencies
2729
run: npm ci
2830
- name: Build

0 commit comments

Comments
 (0)