repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ac8b45
)
Use the current node.js LTS version for publication. (#228)
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Tue, 23 Feb 2021 13:37:40 +0000
(14:37 +0100)
committer
GitHub
<noreply@github.com>
Tue, 23 Feb 2021 13:37:40 +0000
(14:37 +0100)
.github/workflows/npmpublish.yml
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/npmpublish.yml
b/.github/workflows/npmpublish.yml
index c62f0b540b0782b9932ac49967a9b645034941d1..a2f85f19362693f3ff290cf2266f1584703b35bf 100644
(file)
--- a/
.github/workflows/npmpublish.yml
+++ b/
.github/workflows/npmpublish.yml
@@
-15,7
+15,7
@@
jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
- node-version: 1
2
+ node-version: 1
4
- name: Install
run: npm ci
@@
-44,7
+44,7
@@
jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
- node-version: 1
2
+ node-version: 1
4
registry-url: https://registry.npmjs.org/
- name: Read package.json version