Skip to content

Commit 817baff

Browse files
author
Chuck Dumont
authored
Merge pull request #266 from chuckdumont/work
Use same version of node to run unit tests in publish action as used …
2 parents 7648d7d + fb6d325 commit 817baff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v1
1212
- uses: actions/setup-node@v1
1313
with:
14-
node-version: 12
14+
node-version: 8
1515
- run: npm ci
1616
- run: npm test
1717

@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v1
2323
- uses: actions/setup-node@v1
2424
with:
25-
node-version: 12
25+
node-version: 8
2626
registry-url: https://registry.npmjs.org/
2727
- run: npm ci
2828
- run: npm publish

0 commit comments

Comments
 (0)