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 28cf9d4 commit 20c5d41Copy full SHA for 20c5d41
.github/workflows/build-and-release.yaml
@@ -13,7 +13,7 @@ jobs:
13
release:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v4.2.2
+ - uses: actions/checkout@v5.0.0
17
with:
18
fetch-depth: 0
19
- uses: actions/[email protected]
.github/workflows/test.yaml
@@ -11,7 +11,7 @@ jobs:
11
integration-test:
12
- run: npm install
- name: Check formatting with js-beautify
run: |
0 commit comments