We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d6e5bc commit cbadc41Copy full SHA for cbadc41
.github/workflows/pr.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v1
12
- uses: actions/setup-node@v1
13
with:
14
- node-version: 10
+ node-version: 12
15
- run: npm install
16
- run: npm test
17
- run: npm run build
.github/workflows/push-master.yml
0 commit comments