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 f9ea805 commit 4f8d698
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
sed -i 's/security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
apt-get update
apt-get install -y curl libmysqlclient-dev
- run: |-
node --version
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
source "$HOME/.nvm/nvm.sh"
nvm install 11.14.0
nvm use 11.14.0
node --version
# - run: |-
# node --version
# curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
# source "$HOME/.nvm/nvm.sh"
# nvm install 11.14.0
# nvm use 11.14.0
# node --version
# - uses: actions/[email protected]
# with:
# node-version: 11.14.0
Expand Down

0 comments on commit 4f8d698

Please sign in to comment.