Skip to content

Commit

Permalink
🐛 FIX: Update npm version in GitHub Action to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
kdipippo committed Aug 7, 2021
1 parent 54f4774 commit 5dac86f
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3,718 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
# Generate Node HTML documentation
#----------------------------------------------
- name: Setup Node
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: '12.x'
node-version: '16.3.0'
- name: Build ReDoc api/ HTML
run: |
npm ci
Expand Down
35 changes: 19 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "0.0.4",
"description": "Unofficial OpenAPI Specification for the DeviantArt Eclipse API.",
"main": "index.js",
"engines": {
"node": "16.3.0"
},
"scripts": {
"build": "swagger-cli bundle spec/openapi.yaml --outfile _build/api/openapi.yaml --type yaml",
"test": "npm run build && spectral lint _build/api/openapi.yaml",
Expand Down
Loading

0 comments on commit 5dac86f

Please sign in to comment.