Skip to content

Commit

Permalink
Rollback node update (#106)
Browse files Browse the repository at this point in the history
* Revert "Bump @types/node from 18.15.3 to 22.10.2 (#90)"

This reverts commit c3b3f47.

Signed-off-by: Brian DeHamer <[email protected]>

* Revert "bump node from 18.x to 22.x (#101)"

This reverts commit 8f34747.

Signed-off-by: Brian DeHamer <[email protected]>

---------

Signed-off-by: Brian DeHamer <[email protected]>
  • Loading branch information
bdehamer authored Jan 6, 2025
1 parent 8f34747 commit 360568d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 34 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: "package.json"
cache: "npm"
- name: 📦 Install modules
run: npm install
- name: ⚙️ Run tests
Expand Down
38 changes: 10 additions & 28 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rekor-search-ui",
"version": "0.1.0",
"engines": {
"node": "22.x"
"node": "18.x"
},
"scripts": {
"dev": "next dev",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.14",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.10.2",
"@types/node": "^18.11.18",
"@types/react": "18.0.9",
"@types/react-syntax-highlighter": "^15.5.13",
"caniuse-lite": "^1.0.30001441",
Expand Down

0 comments on commit 360568d

Please sign in to comment.