Skip to content

Commit 8f34747

Browse files
authoredJan 6, 2025
bump node from 18.x to 22.x (#101)
Signed-off-by: Brian DeHamer <bdehamer@github.com>
1 parent c3b3f47 commit 8f34747

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed
 

‎.github/workflows/unit-tests.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16+
- uses: actions/setup-node@v4
17+
with:
18+
node-version-file: "package.json"
19+
cache: "npm"
1620
- name: 📦 Install modules
1721
run: npm install
1822
- name: ⚙️ Run tests

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rekor-search-ui",
33
"version": "0.1.0",
44
"engines": {
5-
"node": "18.x"
5+
"node": "22.x"
66
},
77
"scripts": {
88
"dev": "next dev",

0 commit comments

Comments
 (0)