Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3cc0837

Browse files
authoredJan 21, 2025··
Update actions/setup-node action to v4
1 parent c956abb commit 3cc0837

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/yarn-package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v3
3131
- name: Set up Node ${{ matrix.node }}
32-
uses: actions/setup-node@v3
32+
uses: actions/setup-node@v4
3333
with:
3434
node-version: ${{ matrix.node }}
3535
- run: yarn install --frozen-lockfile
@@ -54,7 +54,7 @@ jobs:
5454
steps:
5555
- uses: actions/checkout@v3
5656
- name: Set up Node ${{ env.NODE_RELEASE_VERSION }}
57-
uses: actions/setup-node@v3
57+
uses: actions/setup-node@v4
5858
with:
5959
node-version: ${{ env.NODE_RELEASE_VERSION }}
6060
registry-url: ${{ env.REGISTRY_URL }}

0 commit comments

Comments
 (0)
Please sign in to comment.