diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index af9be52b..4fa85c67 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,10 +23,10 @@ jobs: node-version: '18' - name: Install dependencies - run: npm install + run: yarn install - name: Build the app - run: npm run build + run: yarn build - name: Upload build artifacts uses: actions/upload-artifact@v3 diff --git a/package.json b/package.json index a500124d..0b896db3 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "lint": "next lint" }, "dependencies": { - "@ducanh2912/next-pwa": "^10.2.6", + "@ducanh2912/next-pwa": "^10.2.9", "@headlessui/react": "^2.1.3", "@material-tailwind/react": "^2.1.9", "@radix-ui/react-accordion": "^1.2.0", diff --git a/yarn.lock b/yarn.lock index f92e2afd..477b868b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1016,7 +1016,7 @@ resolved "https://registry.yarnpkg.com/@ctrl/tinycolor/-/tinycolor-3.6.1.tgz#b6c75a56a1947cc916ea058772d666a2c8932f31" integrity sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA== -"@ducanh2912/next-pwa@^10.2.6": +"@ducanh2912/next-pwa@^10.2.9": version "10.2.9" resolved "https://registry.yarnpkg.com/@ducanh2912/next-pwa/-/next-pwa-10.2.9.tgz#662df3419658f131dee483d45682164c7833dd63" integrity sha512-Wtu823+0Ga1owqSu1I4HqKgeRYarduCCKwsh1EJmJiJqgbt+gvVf5cFwFH8NigxYyyEvriAro4hzm0pMSrXdRQ==