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:
1b555d0
)
Add node.js 20 to CI jobs
author
Tim Düsterhus
<duesterhus@woltlab.com>
Thu, 1 Jun 2023 11:43:43 +0000
(13:43 +0200)
committer
GitHub
<noreply@github.com>
Thu, 1 Jun 2023 11:43:43 +0000
(13:43 +0200)
.github/workflows/ci.yml
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/ci.yml
b/.github/workflows/ci.yml
index c2a2ff33645a084fdb95ad0cb814a7f675df0b04..323faa7cd1667cff92e51cd3693dff3de1557570 100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-17,6
+17,7
@@
jobs:
node:
- '16'
- '18'
+ - '20'
steps:
- uses: actions/checkout@v3
- name: Setup Node.js environment