We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6469d53 commit bbf5d45Copy full SHA for bbf5d45
.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
@@ -92,7 +92,7 @@ jobs:
92
93
94
95
96
- name: Install dependencies
97
run: |
98
yarn install
.github/workflows/publish-jsr.yml
@@ -19,7 +19,7 @@ jobs:
19
20
uses: actions/setup-node@v3
21
22
23
24
25
.github/workflows/publish-npm.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
0 commit comments