We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c17a85 + 0b11340 commit 89f8390Copy full SHA for 89f8390
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
matrix:
17
os: [ubuntu-latest] # macos-latest, windows-latest
18
- node: [16]
+ node: [18]
19
20
steps:
21
- name: Checkout
@@ -27,7 +27,7 @@ jobs:
27
- name: Install PNPM
28
uses: pnpm/[email protected]
29
with:
30
- version: 6.24.3
+ version: 8.7.0
31
32
- name: Use Node.js ${{ matrix.node }}
33
uses: actions/setup-node@v2
.github/workflows/targets.yml
0 commit comments