Skip to content

Commit 8c316b8

Browse files
committed
Upgrade actions/setup-node to v4
1 parent 11dc551 commit 8c316b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
with:
9090
ref: "${{ github.event.pull_request.head.sha }}"
9191
- name: Configure node
92-
uses: actions/setup-node@v3
92+
uses: actions/setup-node@v4
9393
with:
9494
node-version: 18.14
9595
- name: Get pnpm version from package.json

ci/workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ workflows:
164164
- *checkout_pr
165165

166166
- name: "Configure node"
167-
uses: actions/setup-node@v3
167+
uses: actions/setup-node@v4
168168
with:
169169
node-version: 18.14
170170

0 commit comments

Comments
 (0)