Skip to content

Commit ff52e36

Browse files
committed
ci: use setup-node@v2, format file
1 parent 7c860b2 commit ff52e36

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
name: 'test'
1+
name: "test"
22
on:
33
pull_request:
44
paths-ignore:
5-
- '*.md'
5+
- "*.md"
66
push:
77
branches:
88
- main
99
paths-ignore:
10-
- '*.md'
10+
- "*.md"
1111

1212
jobs:
1313
build:
@@ -25,9 +25,9 @@ jobs:
2525
id: nvm
2626

2727
- name: Setup Node
28-
uses: actions/setup-node@v2-beta
28+
uses: actions/setup-node@v2
2929
with:
30-
node-version: '${{ steps.nvm.outputs.NVMRC }}'
30+
node-version: "${{ steps.nvm.outputs.NVMRC }}"
3131

3232
- name: Dump version
3333
run: |

0 commit comments

Comments
 (0)