Skip to content

Commit

Permalink
chore: update to node.js v22
Browse files Browse the repository at this point in the history
  • Loading branch information
moebiusmania committed Nov 2, 2024
1 parent 3a67f95 commit a2eb192
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,17 @@ jobs:

strategy:
matrix:
node-version: [20.x]
node-version: [22.10]

steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
- name: 💻 Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run test

- name: 📦 Install dependencies
run: npm ci

- name: 📝 Run unit tests
run: npm run test
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ A clean and modern web UI dashboard that displays some quick informations from t

## Built with

- [Node.js](https://nodejs.org/) v20.x
- [Vue 3](https://vuejs.org/) - main UI component library
- [Nuxt 3](https://v3.nuxtjs.org/) - application and API framework
- [Node.js](https://nodejs.org/) v22.x
- [Nuxt 3](https://nuxt.com/) - main application framework based on [Vue 3](https://vuejs.org/)
- [Typescript](https://www.typescriptlang.org/) - static type checking
- [Tailwind.css](https://tailwindcss.com/) - utility-first CSS framework
- [Daisy UI](https://daisyui.com/) - components library built on top of Tailwind.css
Expand Down

0 comments on commit a2eb192

Please sign in to comment.