Skip to content

Commit

Permalink
Revert "bump node from 18.x to 22.x (#101)"
Browse files Browse the repository at this point in the history
This reverts commit 8f34747.

Signed-off-by: Brian DeHamer <[email protected]>
  • Loading branch information
bdehamer committed Jan 6, 2025
1 parent 3cf2009 commit 75bd8b5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 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
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion 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

0 comments on commit 75bd8b5

Please sign in to comment.