Skip to content

Commit

Permalink
node
Browse files Browse the repository at this point in the history
  • Loading branch information
chakaz committed Jan 9, 2025
1 parent 216cde1 commit 7ac406f
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions .github/workflows/bullmq-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,25 @@ jobs:
# credentials:
# username: ${{ github.repository_owner }}
# password: ${{ secrets.GITHUB_TOKEN }}
env:
node-version: lts/*

steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Install NodeJs
run: |
wget https://unofficial-builds.nodejs.org/download/release/v22.12.0/node-v22.12.0-linux-x64-musl.tar.xz
tar -xf node-v22.12.0-linux-x64-musl.tar.xz
cp -r node-v22.12.0-linux-x64-musl/* /usr/local/
apk add --no-cache yarn jq
node --version
npm --version
yarn --version
mkdir -p $GITHUB_WORKSPACE/build
node-version: lts/*
cache: 'yarn'
# - name: Install NodeJs
# run: |
# wget https://unofficial-builds.nodejs.org/download/release/v22.12.0/node-v22.12.0-linux-x64-musl.tar.xz
# tar -xf node-v22.12.0-linux-x64-musl.tar.xz
# cp -r node-v22.12.0-linux-x64-musl/* /usr/local/
# apk add --no-cache yarn jq
# node --version
# npm --version
# yarn --version
# mkdir -p $GITHUB_WORKSPACE/build
- name: Configure/Build
run: |
cd $GITHUB_WORKSPACE/build
Expand Down

0 comments on commit 7ac406f

Please sign in to comment.