Skip to content

Commit eca4d21

Browse files
committed
Update github actions config
1 parent e350467 commit eca4d21

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.github/workflows/nodejs.yml

+5-6
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,16 @@ on: [push]
44

55
jobs:
66
build:
7-
87
runs-on: ubuntu-latest
9-
108
strategy:
119
matrix:
12-
node-version: [10.x, 12.x]
13-
10+
node_version:
11+
- 12
12+
- 14
1413
steps:
15-
- uses: actions/checkout@v1
14+
- uses: actions/checkout@v2
1615
- name: Setup node
17-
uses: actions/setup-node@v1
16+
uses: actions/setup-node@v2
1817
with:
1918
node-version: ${{ matrix.node-version }}
2019
- name: npm install

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [satvis.space](https://satvis.space)
1+
# [satvis.space](https://satvis.space) ![Node CI](https://github.com/Flowm/satvis/workflows/Node%20CI/badge.svg)
22

33
Satellite orbit visualization and pass prediction.
44

0 commit comments

Comments
 (0)