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 84ba1ba commit f024169Copy full SHA for f024169
.github/workflows/ci.yml
@@ -72,7 +72,7 @@ jobs:
72
- name: Set up Node
73
uses: actions/setup-node@v4
74
with:
75
- node-version: '18'
+ node-version: '20'
76
77
- name: Bootstrap
78
run: ./scripts/bootstrap
.github/workflows/publish-npm.yml
@@ -19,7 +19,7 @@ jobs:
19
20
uses: actions/setup-node@v3
21
22
23
24
- name: Install dependencies
25
run: |
0 commit comments