Skip to content

Commit 961ef67

Browse files
authored
Merge pull request #1463 from microlinkhq/dependabot/github_actions/actions/setup-node-3.0.0
build(deps): bump actions/setup-node from 2 to 3.0.0
2 parents 4473b89 + 9a12fe5 commit 961ef67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: checkout
1818
uses: actions/checkout@v2
1919
- name: setup Node.js ${{ matrix.node-version }}
20-
uses: actions/setup-node@v2
20+
uses: actions/setup-node@v3.0.0
2121
with:
2222
node-version: '14'
2323
- name: Install

0 commit comments

Comments
 (0)