projects
/
GitHub
/
WoltLab
/
com.woltlab.wcf.conversation.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcba752
)
Update GitHub workflows to node.js 18 in d.ts exporter
author
Tim Düsterhus
<duesterhus@woltlab.com>
Fri, 3 Mar 2023 11:28:20 +0000
(12:28 +0100)
committer
Tim Düsterhus
<duesterhus@woltlab.com>
Fri, 3 Mar 2023 11:28:43 +0000
(12:28 +0100)
.github/workflows/d-ts.yml
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/d-ts.yml
b/.github/workflows/d-ts.yml
index 6e9d183b158e9748a0a7457fdfa5a6fb570747f1..3f6ac3aa830e1ded244cf068bf5adf5007d2a95c 100644
(file)
--- a/
.github/workflows/d-ts.yml
+++ b/
.github/workflows/d-ts.yml
@@
-25,7
+25,7
@@
jobs:
- name: Set up node.js
uses: actions/setup-node@v3
with:
- node-version: "1
6
"
+ node-version: "1
8
"
cache: "npm"
- run: npm install
- uses: actions/checkout@v3