From bdc17ce0c1d0f849a88a1524b8b36e9f91c86230 Mon Sep 17 00:00:00 2001 From: 433eros <115961721+433eros@users.noreply.github.com> Date: Sat, 30 Dec 2023 16:11:48 -0500 Subject: [PATCH] ci: Update --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 133cd0cae..fb382744b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,9 +26,11 @@ jobs: apt-get install -y curl libmysqlclient-dev - run: |- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash - source "$NVM_DIR/nvm.sh" + source "$HOME/.nvm/nvm.sh" nvm install 11.14.0 node --version + nvm use 11.14.0 + node --version # - uses: actions/setup-node@v2.1.4 # with: # node-version: 11.14.0