UNPKG
igdb-api-node
Version:
latest (6.0.5)
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
5.0.2
5.0.1
5.0.0
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.1.7
3.1.6
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.2
3.0.1
3.0.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.0
Nodejs API Wrapper for the IGDB.com API
api-docs.igdb.com
twitchtv/igdb-api-node
igdb-api-node
/
.github
/
workflows
/
npm-test.yml
14 lines
(12 loc)
•
237 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name:
Node.js
Test
on:
[
push
]
jobs:
build:
runs-on:
ubuntu-latest
steps:
-
uses:
actions/checkout@v3
-
uses:
actions/setup-node@v3
with:
node-version:
18
-
run:
npm
ci
-
run:
npm
test