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 cc97937 commit 59b4a32Copy full SHA for 59b4a32
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
environment: npm
20
steps:
21
- name: Checkout
22
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
23
24
- name: Setup Node.js
25
uses: actions/setup-node@v4
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
26
- name: Install Pnpm
27
run: npm i -g corepack@latest --force && corepack enable
0 commit comments