Skip to content

Commit

Permalink
Update CI + dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Aug 12, 2024
1 parent 53c2e8e commit 44bf84c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
node-version:
- lts/*
steps:
- uses: actions/setup-node@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v4
- uses: actions/checkout@v4
- run: npm install
- run: npm run docs
- uses: peaceiris/actions-gh-pages@v3
- uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/@openeo/js-processgraphs
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
node-version:
- lts/*
steps:
- uses: actions/setup-node@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v4
- uses: actions/checkout@v4
- run: npm install
- run: npm run lint
- run: npm run build
Expand Down
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,15 @@
"devDependencies": {
"@babel/core": "^7.0.0",
"epsg-index": "^1.0.0",
"jest": "^25.3.0",
"jest": "^29.0.0",
"jest-environment-jsdom": "^29.7.0",
"jest-html-reporter": "^3.1.3",
"jsdoc": "^3.5.5",
"jsdoc": "^4.0.0",
"jshint": "^2.10.2",
"unminified-webpack-plugin": "^2.0.0",
"webpack": "^4.42.1",
"webpack-bundle-analyzer": "^3.7.0",
"webpack-cli": "^3.3.11"
"unminified-webpack-plugin": "^3.0.0",
"webpack": "^5.0.0",
"webpack-bundle-analyzer": "^4.0.0",
"webpack-cli": "^5.0.0"
},
"scripts": {
"docs": "jsdoc src -r -d docs/ -P package.json -R README.md",
Expand Down

0 comments on commit 44bf84c

Please sign in to comment.