mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
replace hardcoded Node.js version in e2e test workflow with backend/.tool-versions file
This commit is contained in:
parent
9b9a1da712
commit
1d6564c81a
3
.github/workflows/test-e2e.yml
vendored
3
.github/workflows/test-e2e.yml
vendored
@ -52,7 +52,8 @@ jobs:
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20'
|
||||
node-version-file: 'backend/.tool-versions'
|
||||
cache: 'yarn'
|
||||
|
||||
- name: Setup .env files
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user