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 915f402 commit 95a9549Copy full SHA for 95a9549
.github/workflows/test.yml
@@ -1,19 +1,20 @@
1
name: Test
2
-on:
+"on":
3
push:
4
branches:
5
- main
6
pull_request:
7
- types: [opened, synchronize]
8
-
+ types:
+ - opened
9
+ - synchronize
10
jobs:
11
test:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v2
15
- uses: actions/setup-node@v2
16
with:
17
cache: npm
18
+ node-version: 16
19
- run: npm ci
20
- run: npm test
0 commit comments