diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ebe405d..eed87b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: - name: Use Node.js v18 uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 cache: yarn registry-url: https://registry.npmjs.org/ - name: Install Dependencies diff --git a/example/package.json b/example/package.json index 237ea15..f884081 100644 --- a/example/package.json +++ b/example/package.json @@ -15,7 +15,7 @@ "eslint": "8.43.0", "eslint-config-next": "13.4.7", "next": "13.4.7", - "next13-progressbar": "../", + "next13-progressbar": "^0.1.0", "react": "18.2.0", "react-dom": "18.2.0", "typescript": "5.1.5" diff --git a/example/yarn.lock b/example/yarn.lock index 986442b..8ba6a30 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -1511,8 +1511,10 @@ natural-compare@^1.4.0: resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw== -next13-progressbar@../: - version "0.0.1" +next13-progressbar@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/next13-progressbar/-/next13-progressbar-0.1.0.tgz#81310c50104aebefd0e379fcd53fa538c797fa65" + integrity sha512-BK7E3VM4JvDy0KSKT4sgcss+LIN8UmfW2CzuN2Q3n/mE5K/f3Jv5BKLDuY1a+3HCjhHrEfhL1izgFghzlk86aw== dependencies: "@types/nprogress" "^0.2.0" nprogress "^0.2.0"