Skip to content

Commit

Permalink
Error vul (#455)
Browse files Browse the repository at this point in the history
* Fixed handling on URI

* Redirection fixes

* Accessibility fixes

* Small fixes

* Accessibility updates

* New error page built

* Eslint fix

* Implemented the new service and fixed redirecton issue

* Vulnerability fix

* Changed the node version

* Docker file changes

* Update Dockerfile

* Update Dockerfile 2

* Update node.js.yml

* Fixed node version

* Node -v changes

* e2e test changes

---------

Co-authored-by: BelishtaArjol <[email protected]>
  • Loading branch information
antoniobenci87 and BelishtaArjol authored Nov 13, 2023
1 parent 55a3cb7 commit 8164130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 16.x ]
node-version: [ 18.x ]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 8164130

Please sign in to comment.