We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dc69be commit 14689faCopy full SHA for 14689fa
1 file changed
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
matrix:
15
os: [ubuntu-latest, windows-latest]
16
- node-version: [16.x]
+ node-version: [18.x]
17
18
runs-on: ${{ matrix.os }}
19
@@ -56,7 +56,7 @@ jobs:
56
- uses: actions/checkout@v3
57
- uses: actions/setup-node@v3
58
with:
59
- node-version: 16.x
+ node-version: ${{ matrix.node-version }}
60
- name: Cache ~/.pnpm-store
61
uses: actions/cache@v3
62
env:
0 commit comments