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:
05aed22
)
Update actions/setup-node to v2
author
Tim Düsterhus
<duesterhus@woltlab.com>
Tue, 1 Feb 2022 11:34:10 +0000
(12:34 +0100)
committer
GitHub
<noreply@github.com>
Tue, 1 Feb 2022 11:34:10 +0000
(12:34 +0100)
.github/workflows/ci.yml
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/ci.yml
b/.github/workflows/ci.yml
index 3ee420434156962f997b7070a97f371a1138be02..d809d2fbbcbe81ed46874903b00387a124241224 100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-22,7
+22,7
@@
jobs:
steps:
- uses: actions/checkout@v2
- name: Setup Node.js environment
- uses: actions/setup-node@v
1
+ uses: actions/setup-node@v
2
with:
node-version: ${{ matrix.node }}
- run: npm install