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 e32a384 commit 278dc13Copy full SHA for 278dc13
.github/workflows/deploy.yml
@@ -21,6 +21,7 @@ jobs:
21
uses: actions/setup-node@v4
22
with:
23
node-version: ${{ matrix.node-version }}
24
+ check-latest: true
25
cache: yarn
26
27
- name: Enable webpack persistent caching
.github/workflows/testing.yml
@@ -22,6 +22,7 @@ jobs:
28
- run: yarn --frozen-lockfile
@@ -41,6 +42,7 @@ jobs:
41
42
43
44
45
46
47
48
@@ -78,6 +80,7 @@ jobs:
78
80
79
81
82
83
84
85
86
- run: yarn
0 commit comments