Skip to content

Commit

Permalink
fix: use github setup-node action
Browse files Browse the repository at this point in the history
  • Loading branch information
alee committed Sep 10, 2021
1 parent 2df67a2 commit 709619f
Show file tree
Hide file tree
Showing 3 changed files with 629 additions and 624 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '14.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
4 changes: 2 additions & 2 deletions timeseries/tests/Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
all: install test

node_modules:
npm install
npm ci

.PHONY:
install:
npm install
npm ci

.PHONY:
test: | node_modules
Expand Down
Loading

0 comments on commit 709619f

Please sign in to comment.