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

Commit dec1c0e

Browse files
authored
Merge pull request #442 from exoego/dependabot/github_actions/actions/setup-node-2.5.0
2 parents 2f53f8a + 762cb1c commit dec1c0e

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: [email protected]
1616
- uses: coursier/cache-action@v6
17-
- uses: actions/setup-node@v2.4.1
17+
- uses: actions/setup-node@v2.5.0
1818
with:
1919
node-version: ${{ matrix.nodejs }}
2020
- run: npm install

0 commit comments

Comments
 (0)