From a2eb1924de0cce5fa69bdafa84b38732974c7456 Mon Sep 17 00:00:00 2001 From: moebiusmania <moebiusmania@gmail.com> Date: Sat, 2 Nov 2024 14:38:23 +0100 Subject: [PATCH] chore: update to node.js v22 --- .github/workflows/push.yml | 12 ++++++++---- README.md | 5 ++--- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index ae7f013..aee9e99 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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 diff --git a/README.md b/README.md index 339d4ed..b6fa35c 100644 --- a/README.md +++ b/README.md @@ -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