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 deb5515 commit af0446bCopy full SHA for af0446b
.github/workflows/ci.yml
@@ -73,7 +73,7 @@ jobs:
73
74
- name: Set node version to ${{ matrix.node_version }}
75
if: steps.changed-files.outputs.only_changed != 'true'
76
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
77
with:
78
node-version: ${{ matrix.node_version }}
79
cache: "pnpm"
@@ -137,7 +137,7 @@ jobs:
137
uses: pnpm/[email protected]
138
139
- name: Set node version to 18
140
141
142
node-version: 18
143
.github/workflows/publish.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
29
30
registry-url: https://registry.npmjs.org/
0 commit comments