We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e350467 commit eca4d21Copy full SHA for eca4d21
.github/workflows/nodejs.yml
@@ -4,17 +4,16 @@ on: [push]
4
5
jobs:
6
build:
7
-
8
runs-on: ubuntu-latest
9
10
strategy:
11
matrix:
12
- node-version: [10.x, 12.x]
13
+ node_version:
+ - 12
+ - 14
14
steps:
15
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
16
- name: Setup node
17
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v2
18
with:
19
node-version: ${{ matrix.node-version }}
20
- name: npm install
README.md
@@ -1,4 +1,4 @@
1
-# [satvis.space](https://satvis.space)
+# [satvis.space](https://satvis.space) 
2
3
Satellite orbit visualization and pass prediction.
0 commit comments