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 9993c3d commit 0df61f0Copy full SHA for 0df61f0
.github/workflows/release-on-merge.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: pnpm/action-setup@v2
17
with:
18
version: 7.6.0
19
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
20
21
node-version: '16'
22
cache: 'pnpm'
.github/workflows/test-on-pull-request.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
14
15
0 commit comments