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

Commit 0435dfc

Browse files
authored
Merge pull request #376 from exoego/dependabot/github_actions/actions/setup-node-v2.1.5
Bump actions/setup-node from v1 to v2.1.5
2 parents 63f7b82 + 46d186b commit 0435dfc

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@v1
17+
- uses: actions/setup-node@v2.1.5
1818
with:
1919
node-version: ${{ matrix.nodejs }}
2020
- run: npm install

0 commit comments

Comments
 (0)