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 11dc551 commit 8c316b8Copy full SHA for 8c316b8
.github/workflows/ci.yml
@@ -89,7 +89,7 @@ jobs:
89
with:
90
ref: "${{ github.event.pull_request.head.sha }}"
91
- name: Configure node
92
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
93
94
node-version: 18.14
95
- name: Get pnpm version from package.json
ci/workflows.yml
@@ -164,7 +164,7 @@ workflows:
164
- *checkout_pr
165
166
- name: "Configure node"
167
168
169
170
0 commit comments