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 4420b96 commit 05ef392Copy full SHA for 05ef392
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
uses: pnpm/[email protected]
54
55
- name: Set node version to ${{ matrix.node_version }}
56
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
57
with:
58
node-version: ${{ matrix.node_version }}
59
cache: "pnpm"
@@ -104,7 +104,7 @@ jobs:
104
105
106
- name: Set node version to 18
107
108
109
node-version: 18
110
.github/workflows/publish.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
- name: Set node version to 16.x
20
21
22
node-version: 16.x
23
registry-url: https://registry.npmjs.org/
0 commit comments