repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69f2cb6
)
Add node.js version 16.x to the CI test (#333)
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Mon, 3 May 2021 07:44:28 +0000
(09:44 +0200)
committer
GitHub
<noreply@github.com>
Mon, 3 May 2021 07:44:28 +0000
(09:44 +0200)
Co-authored-by: Shinigami <chrissi92@hotmail.de>
.github/workflows/ci.yml
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/ci.yml
b/.github/workflows/ci.yml
index 3df4616e467eece2658d8b6aa09684300fb86242..d64aa21216f5aa7dc2df2c9759d10c2f374f6417 100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-17,7
+17,7
@@
jobs:
strategy:
matrix:
- node-version: [12.x, 14.x]
+ node-version: [12.x, 14.x
, 16.x
]
steps:
- name: Checkout