mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-16 04:36:30 +00:00
Merge pull request #5738 from wallabag/dependabot/github_actions/actions/setup-node-3
This commit is contained in:
commit
baebc3cdbb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/assets.yml
vendored
2
.github/workflows/assets.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
||||||
uses: "actions/checkout@v3"
|
uses: "actions/checkout@v3"
|
||||||
|
|
||||||
- name: "Install Node"
|
- name: "Install Node"
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: "12"
|
node-version: "12"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue