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 c672a0f commit 406216eCopy full SHA for 406216e
2 files changed
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
fail-fast: false
19
matrix:
20
os: [ubuntu-latest, macos-latest]
21
- node: [20]
+ node: [22]
22
23
steps:
24
- name: Checkout repository
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Setup Node.js
30
uses: actions/setup-node@v4
31
with:
32
- node-version: 20
+ node-version: 22
33
cache: 'pnpm'
34
registry-url: 'https://registry.npmjs.org'
35
@@ -92,7 +92,7 @@ jobs:
92
93
94
95
96
97
98
- name: Setup Bun
0 commit comments