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 036d04c commit 3ca32eaCopy full SHA for 3ca32ea
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout
13
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
14
with:
15
ref: ${{ github.event.release.tag_name }}
16
- name: Install deps and build
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
version: [0.1.15]
22
23
24
25
26
27
run: npm ci && npm run build
0 commit comments