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 6155d91 commit 9892e08Copy full SHA for 9892e08
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- uses: actions/setup-node@v5
21
with:
22
- node-version: '20'
+ node-version: '22'
23
cache: 'npm'
24
cache-dependency-path: 'bun.lock'
25
registry-url: 'https://registry.npmjs.org/'
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
26
27
28
29
30
0 commit comments