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 4e57a8f commit 0b5da41Copy full SHA for 0b5da41
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Set up Node
25
uses: actions/setup-node@v4
26
with:
27
- node-version: '20'
+ node-version: '22'
28
29
- name: Bootstrap
30
run: ./scripts/bootstrap
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
50
51
52
0 commit comments