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 143b911 commit 1c4314eCopy full SHA for 1c4314e
.github/workflows/checkstyle-linux.yml
@@ -32,7 +32,7 @@ jobs:
32
chmod +x ./cc-test-reporter
33
./cc-test-reporter before-build
34
- name: Run npm install
35
- run: npm ci -g
+ run: npm i -g
36
- name: Install Haxe version ${{ matrix.haxe-version }}
37
run: |
38
npx lix download haxe ${{ matrix.haxe-version }}
0 commit comments