Skip to content

Commit 89d8fae

Browse files
committed
feat(update): minor changes
1 parent 79c8006 commit 89d8fae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
node: ["lts/-1", "lts/*"]
15+
node: ["lts/-2", "lts/-1", "lts/*"]
1616
name: Test on node@v${{ matrix.node }}
1717
steps:
1818
- name: Checkout 🛎️
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
strategy:
4343
matrix:
44-
node: ["lts/-1", "lts/*"]
44+
node: ["lts/-2", "lts/-1", "lts/*"]
4545
name: Build on node@v${{ matrix.node }}
4646
steps:
4747
- name: Checkout 🛎️

0 commit comments

Comments
 (0)