Skip to content

Commit 14689fa

Browse files
committed
ci: bump node to 18
1 parent 2dc69be commit 14689fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
16-
node-version: [16.x]
16+
node-version: [18.x]
1717

1818
runs-on: ${{ matrix.os }}
1919

@@ -56,7 +56,7 @@ jobs:
5656
- uses: actions/checkout@v3
5757
- uses: actions/setup-node@v3
5858
with:
59-
node-version: 16.x
59+
node-version: ${{ matrix.node-version }}
6060
- name: Cache ~/.pnpm-store
6161
uses: actions/cache@v3
6262
env:

0 commit comments

Comments
 (0)