Skip to content

Commit

Permalink
GitHub - Increase NodeJS version when building the doc, fix some pip3…
Browse files Browse the repository at this point in the history
… commands on GitHub
  • Loading branch information
Gustry committed Jan 24, 2025
1 parent 96e4bb4 commit dfa0e7c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up NodeJS (for search index prebuilding)
uses: actions/[email protected]
with:
node-version: '12'
node-version: '18'

- name: Cache project dependencies (pip)
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
make manifest
- name: Install Python requirements
run: pip install qgis-plugin-ci build
run: pip3 install --upgrade qgis-plugin-ci build

- name : Get current changelog
run: qgis-plugin-ci changelog ${{ env.CI_COMMIT_TAG }} >> release.md
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this

### Added

* Support for X-Request-Id header
* Support for `X-Request-Id` header

### 1.9.2 - 2024-11-07

### Fixed

* Fix wfs3 geojson support and feature url support
* Fix WFS3 GeoJSON support and feature url support
- https://github.com/3liz/py-qgis-server/pull/76/files

## 1.9.1 - 2024-09-27
Expand Down

0 comments on commit dfa0e7c

Please sign in to comment.