We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0828e20 commit a4d8da7Copy full SHA for a4d8da7
.github/workflows/npmpublish.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v3
12
- uses: actions/setup-node@v3
13
with:
14
- node-version: 12
+ node-version: 16
15
- run: npm ci
16
- run: npm test
17
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
registry-url: https://registry.npmjs.org/
29
30
- run: npm run build
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8
9
10
0 commit comments