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.
2 parents e958ad5 + 9481df8 commit 49458b1Copy full SHA for 49458b1
.github/workflows/cd.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Setup Node
15
uses: actions/setup-node@v1
16
with:
17
- node-version: "12.x"
+ node-version: "22.x"
18
19
- name: Get yarn cache
20
id: yarn-cache
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
- uses: actions/checkout@v1
9
- uses: actions/setup-node@v1
10
11
- node-version: "13.x"
12
- run: yarn
13
- run: yarn analyze
typescript:
@@ -18,6 +18,6 @@ jobs:
21
22
23
- run: yarn type-check
0 commit comments