We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46d0baa commit 30a97c1Copy full SHA for 30a97c1
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
50
uses: actions/checkout@v4
51
52
- name: Install pnpm
53
- uses: pnpm/action-setup@v3.0.0
+ uses: pnpm/action-setup@v4.0.0
54
55
- name: Set node version to ${{ matrix.node_version }}
56
uses: actions/setup-node@v4
@@ -101,7 +101,7 @@ jobs:
101
fetch-depth: 0
102
103
104
105
106
- name: Set node version to LTS
107
.github/workflows/publish.yml
@@ -21,7 +21,7 @@ jobs:
21
22
23
24
25
26
27
0 commit comments