We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c860b2 commit ff52e36Copy full SHA for ff52e36
.github/workflows/test.yml
@@ -1,13 +1,13 @@
1
-name: 'test'
+name: "test"
2
on:
3
pull_request:
4
paths-ignore:
5
- - '*.md'
+ - "*.md"
6
push:
7
branches:
8
- main
9
10
11
12
jobs:
13
build:
@@ -25,9 +25,9 @@ jobs:
25
id: nvm
26
27
- name: Setup Node
28
- uses: actions/setup-node@v2-beta
+ uses: actions/setup-node@v2
29
with:
30
- node-version: '${{ steps.nvm.outputs.NVMRC }}'
+ node-version: "${{ steps.nvm.outputs.NVMRC }}"
31
32
- name: Dump version
33
run: |
0 commit comments