mirror of https://github.com/wallabag/wallabag.git
Merge pull request #7044 from wallabag/dependabot/github_actions/actions/setup-node-4
This commit is contained in:
commit
dbac4e8591
|
@ -30,7 +30,7 @@ jobs:
|
|||
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: "Install Node"
|
||||
uses: actions/setup-node@v3
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version-file: ".nvmrc"
|
||||
cache: "yarn"
|
||||
|
|
Loading…
Reference in New Issue