projects
/
GitHub
/
WoltLab
/
blacklist.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be44be9
)
Remove node.js 14 from CI jobs
author
Tim Düsterhus
<duesterhus@woltlab.com>
Fri, 17 Feb 2023 11:05:41 +0000
(12:05 +0100)
committer
GitHub
<noreply@github.com>
Fri, 17 Feb 2023 11:05:41 +0000
(12:05 +0100)
.github/workflows/ci.yml
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/ci.yml
b/.github/workflows/ci.yml
index 4637775cace1764a1ac4283f433db961f915145a..c2a2ff33645a084fdb95ad0cb814a7f675df0b04 100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-15,7
+15,6
@@
jobs:
strategy:
matrix:
node:
- - '14'
- '16'
- '18'
steps: