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 c56b255 commit bf5c5fdCopy full SHA for bf5c5fd
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
16
strategy:
17
matrix:
18
- node: [18.x]
+ node: [20.x]
19
os: [ubuntu-latest, windows-latest, macos-latest]
20
fail-fast: false
21
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
- name: Set node
uses: actions/setup-node@v3
with:
22
- node-version: 18.x
+ node-version: 20.x
23
cache: pnpm
24
registry-url: 'https://registry.npmjs.org'
25
0 commit comments