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 14e5798 commit c805e46Copy full SHA for c805e46
.github/workflows/check.yml
@@ -19,7 +19,7 @@ jobs:
19
node-version-file: ".node-version"
20
21
- name: Set up dependencies
22
- run: ./scripts/setup.sh
+ run: sudo ./scripts/setup.sh
23
24
- name: Install Node dependencies
25
run: npm ci
0 commit comments