mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-07 06:25:21 +02:00
fix: GH Actions node deprecation (#4306)
This commit is contained in:
parent
fa32a6489c
commit
fef3f1cee3
5 changed files with 9 additions and 9 deletions
4
.github/workflows/e2e.yml
vendored
4
.github/workflows/e2e.yml
vendored
|
@ -11,8 +11,8 @@ jobs:
|
|||
run:
|
||||
working-directory: ./tests/e2e
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18
|
||||
cache: 'yarn'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue