Skip to content

Commit

Permalink
Chores: Update node version to 20.8.9 (#29)
Browse files Browse the repository at this point in the history
* Updated node.js to latest version, 20.8.9. Updated related dependencies and changed files related to the dependency bump.
---------

Co-authored-by: WillBAnders <WillBAnders@gmail.com>
  • Loading branch information
Nqnt41 and WillBAnders authored Nov 21, 2023
1 parent 251f61b commit df3ccb8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x

- name: Install dependencies
run: npm ci
Expand Down
3 changes: 3 additions & 0 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "ufssd-website",
"version": "0.1.0",
"private": true,
"engines" : {
"node" : "^20.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down

0 comments on commit df3ccb8

Please sign in to comment.