We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 239bc3a commit 82d67daCopy full SHA for 82d67da
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
environment: npm
20
steps:
21
- name: Checkout
22
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
23
24
- name: Setup Node.js
25
uses: actions/setup-node@v6
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
# Steps represent a sequence of tasks that will be executed as part of the job
- name: Install Pnpm
run: npm i -g corepack@latest --force && corepack enable
0 commit comments