Skip to content

Commit fb22bd9

Browse files
committed
remove node 16 then, we won't break compatibility anyway because we're not using any node APIs
1 parent f6f95e9 commit fb22bd9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ jobs:
1717
strategy:
1818
matrix:
1919
include:
20-
- node-version: 16
20+
- node-version: 18
2121
os: ubuntu-latest
22-
- node-version: 16
22+
- node-version: 18
2323
os: windows-latest
24-
- node-version: 16
25-
os: macOS-latest
2624
- node-version: 18
27-
os: ubuntu-latest
25+
os: macOS-latest
2826
- node-version: 20
2927
os: ubuntu-latest
28+
- node-version: 22
29+
os: ubuntu-latest
3030
steps:
3131
- uses: actions/checkout@v3
32-
- uses: pnpm/action-setup@v2.4.1
32+
- uses: pnpm/action-setup@v4
3333
- uses: actions/setup-node@v3
3434
with:
3535
node-version: ${{ matrix.node-version }}

0 commit comments

Comments
 (0)