Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit 507957d

Browse files
authored
Merge pull request #490 from exoego/dependabot/github_actions/actions/setup-node-3.4.0
Bump actions/setup-node from 3.3.0 to 3.4.0
2 parents 42c9389 + e35d749 commit 507957d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
java-version: adopt@1.11
1616
- uses: coursier/cache-action@v6
17-
- uses: actions/setup-node@v3.3.0
17+
- uses: actions/setup-node@v3.4.0
1818
with:
1919
node-version: ${{ matrix.nodejs }}
2020
- run: npm install

0 commit comments

Comments
 (0)