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

Commit 486b3e1

Browse files
chore(deps): bump actions/setup-node from 2.5.1 to 3 (#910)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9804629 commit 486b3e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v3
1515
- name: Setup node
16-
uses: actions/setup-node@v2.5.1
16+
uses: actions/setup-node@v3
1717
with:
1818
node-version: 14
1919
- run: npm install

0 commit comments

Comments
 (0)