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 e6b5b41 commit ebafab2Copy full SHA for ebafab2
.github/workflows/npm-publish.yml
@@ -24,10 +24,10 @@ jobs:
24
25
- name: Check package version
26
id: cpv
27
- uses: PostHog/check-package-version@v2
+ uses: ljharb/actions/node/check-package-version@main
28
29
- name: Validate package version
30
- uses: actions/github-script@v6
+ uses: actions/github-script@v7
31
with:
32
script: |
33
const isNewVersion = `${{ steps.cpv.outputs.is-new-version }}`;
@@ -43,7 +43,7 @@ jobs:
43
runs-on: ubuntu-latest
44
steps:
45
- name: Verify checks passed
46
47
48
result-encoding: string
49
retries: 3
0 commit comments