We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06a9809 commit e233181Copy full SHA for e233181
2 files changed
.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 pnpm
25
uses: pnpm/action-setup@v2
.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