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 5ca598b commit 18b2d35
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 @@ -25,20 +25,20 @@ 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 file
# - 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: |-
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
- run: |-
file /__e/node20/bin/node
echo $GITHUB_ENV
cat $GITHUB_ENV
echo "PATH=$(nvm which current):$PATH" >> $GITHUB_ENV
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
Expand Down

0 comments on commit 18b2d35

Please sign in to comment.