Skip to content

Commit 4b911c1

Browse files
committed
chore(workflow): tests: upgrade to use "actions/setup-node@v2"
1 parent 4573193 commit 4b911c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
ref: ${{ github.event.inputs.git-ref }}
3030
fetch-depth: 5 # because this is an manual trigger, only fetch the latest 5
3131
- name: Use Node.js ${{ matrix.node-version }}
32-
uses: actions/setup-node@v1
32+
uses: actions/setup-node@v2
3333
with:
3434
node-version: ${{ matrix.node-version }}
3535
- name: Install node_modules
@@ -53,7 +53,7 @@ jobs:
5353
steps:
5454
- uses: actions/checkout@v2
5555
- name: Use Node.js 12
56-
uses: actions/setup-node@v1
56+
uses: actions/setup-node@v2
5757
with:
5858
node-version: 12.x
5959
- name: Install node_modules

0 commit comments

Comments
 (0)