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 95740c7 commit aedd993Copy full SHA for aedd993
.github/workflows/release.yaml
@@ -24,7 +24,7 @@ jobs:
24
- name: Setup node
25
uses: actions/setup-node@v3
26
with:
27
- node-version: '21'
+ node-version: '22'
28
- name: Install dependencies
29
run: |
30
if ! yarn install; then
.github/workflows/test_build.yaml
@@ -12,7 +12,7 @@ jobs:
12
13
14
15
16
17
18
0 commit comments