Skip to content

Commit

Permalink
Update var
Browse files Browse the repository at this point in the history
Signed-off-by: Evaldo Felipe <[email protected]>
  • Loading branch information
evaldofelipe committed Sep 25, 2023
1 parent 6089dae commit f156a02
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
run: |
sudo apt-get update -y
sudo apt-get -y install rsync libudev-dev libusb-1.0-0-dev
- name: Use Node $NODE_VERSION
- name: Use Node ${{ env.NODE_VERSION }}
uses: actions/setup-node@v3
with:
node-version: $NODE_VERSION
node-version: ${{ env.NODE_VERSION }}
cache: "yarn"
- name: Install packages
run: yarn install --frozen-lockfile
Expand All @@ -38,10 +38,10 @@ jobs:
run: |
sudo apt-get update -y
sudo apt-get -y install rsync libudev-dev libusb-1.0-0-dev
- name: Use Node $NODE_VERSION
- name: Use Node ${{ env.NODE_VERSION }}
uses: actions/setup-node@v3
with:
node-version: $NODE_VERSION
node-version: ${{ env.NODE_VERSION }}
cache: "yarn"
- name: Execute tests
run: yarn test --bail
Expand All @@ -55,10 +55,10 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Use Node $NODE_VERSION
- name: Use Node ${{ env.NODE_VERSION }}
uses: actions/setup-node@v3
with:
node-version: $NODE_VERSION
node-version: ${{ env.NODE_VERSION }}
cache: "yarn"
- name: Install packages
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit f156a02

Please sign in to comment.