Skip to content

Commit

Permalink
ci: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
433eros committed Dec 30, 2023
1 parent a0ce2f6 commit bdc17ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
# with:
# node-version: 11.14.0
Expand Down

0 comments on commit bdc17ce

Please sign in to comment.