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 f6dcb90 commit f5eb43fCopy full SHA for f5eb43f
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/setup-go@v5
20
- uses: actions/setup-node@v4
21
with:
22
- node-version: 18.x
+ node-version: 22.x
23
cache: yarn
24
- name: Install Dependencies
25
run: yarn install --frozen-lockfile
.github/workflows/deploy.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v4
13
14
15
16
17
18
0 commit comments