Skip to content

Commit

Permalink
chore: renamed ci workflow and updated node version method (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahwaheed authored Sep 18, 2023
1 parent 000e93e commit 735bbb1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,15 @@ on:
- "**"

jobs:
build:
tests:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Nodejs Env
run: echo "NODE_VER=`cat .nvmrc`" >> $GITHUB_ENV
- name: Setup Nodejs
uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VER }}
node-version-file: '.nvmrc'

- name: Install Dependencies
run: npm ci
Expand Down

0 comments on commit 735bbb1

Please sign in to comment.