Skip to content

Commit 6e3e32f

Browse files
authored
chore: update setup-node github action (#108)
1 parent df8b84c commit 6e3e32f

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
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v2
2525
- name: Use Node.js ${{ matrix.node-version }}
26-
uses: actions/setup-node@v1
26+
uses: actions/setup-node@v2
2727
with:
2828
node-version: ${{ matrix.node-version }}
2929
- run: npm install

0 commit comments

Comments
 (0)