We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ebef56 commit cd8627bCopy full SHA for cd8627b
1 file changed
.github/workflows/CI.yml
@@ -79,7 +79,7 @@ jobs:
79
uses: actions/setup-node@v4
80
with:
81
node-version: 22
82
- cache: yarn
+ cache: 'yarn'
83
- name: Install
84
uses: dtolnay/rust-toolchain@stable
85
@@ -121,7 +121,7 @@ jobs:
121
122
123
node-version: ${{ matrix.node }}
124
125
- name: Install dependencies
126
run: yarn install
127
- name: Download artifacts
@@ -147,7 +147,7 @@ jobs:
147
148
149
150
151
152
153
- name: Download all artifacts
0 commit comments