Skip to content

Commit e52adfc

Browse files
committed
Use latest actions/setup-node
1 parent d352092 commit e52adfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout the repository
1313
uses: actions/checkout@v2
1414
- name: Install Node.js
15-
uses: actions/setup-node@v2-beta
15+
uses: actions/setup-node@v2
1616
with:
1717
node-version: 15
1818
- name: Install dependencies
@@ -32,7 +32,7 @@ jobs:
3232
- name: Checkout the repository
3333
uses: actions/checkout@v2
3434
- name: "Install Node.js ${{ matrix.node-version }}"
35-
uses: actions/setup-node@v2-beta
35+
uses: actions/setup-node@v2
3636
with:
3737
node-version: "${{ matrix.node-version }}"
3838
- name: Install dependencies

0 commit comments

Comments
 (0)