Skip to content

Commit 735bbb1

Browse files
chore: renamed ci workflow and updated node version method (#257)
1 parent 000e93e commit 735bbb1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,15 @@ on:
99
- "**"
1010

1111
jobs:
12-
build:
12+
tests:
1313
runs-on: ubuntu-20.04
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v3
17-
- name: Setup Nodejs Env
18-
run: echo "NODE_VER=`cat .nvmrc`" >> $GITHUB_ENV
1917
- name: Setup Nodejs
2018
uses: actions/setup-node@v3
2119
with:
22-
node-version: ${{ env.NODE_VER }}
20+
node-version-file: '.nvmrc'
2321

2422
- name: Install Dependencies
2523
run: npm ci

0 commit comments

Comments
 (0)