Skip to content

Commit c1e8a08

Browse files
authored
Merge pull request #92 from Particular/dependabot/github_actions/actions/setup-node-4.2.0
Bump actions/setup-node from 4.1.0 to 4.2.0
2 parents fd1a62e + 7bbdd5f commit c1e8a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Build
2929
run: dotnet build src --configuration Release -graph
3030
- name: Set up Node.js
31-
uses: actions/setup-node@v4.1.0
31+
uses: actions/setup-node@v4.2.0
3232
with:
3333
node-version: 21.6.x
3434
- name: install frontend packages

0 commit comments

Comments
 (0)