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

Commit dd1ef87

Browse files
Bump actions/setup-node from v1 to v2.1.5
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v1 to v2.1.5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v1...46071b5) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 87d3869 commit dd1ef87

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@v5
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)