We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f95e9 commit fb22bd9Copy full SHA for fb22bd9
.github/workflows/ci.yml
@@ -17,19 +17,19 @@ jobs:
17
strategy:
18
matrix:
19
include:
20
- - node-version: 16
+ - node-version: 18
21
os: ubuntu-latest
22
23
os: windows-latest
24
25
- os: macOS-latest
26
- node-version: 18
27
- os: ubuntu-latest
+ os: macOS-latest
28
- node-version: 20
29
+ - node-version: 22
+ os: ubuntu-latest
30
steps:
31
- uses: actions/checkout@v3
32
- - uses: pnpm/action-setup@v2.4.1
+ - uses: pnpm/action-setup@v4
33
- uses: actions/setup-node@v3
34
with:
35
node-version: ${{ matrix.node-version }}
0 commit comments