Skip to content

Commit

Permalink
chore: removed a unused dependency, upgraded CI to 18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
DuCanhGH committed Mar 24, 2023
1 parent 8421d6d commit 0612d77
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
TURBO_REMOTE_ONLY: true
strategy:
matrix:
node-version: ["16.x"]
node-version: ["18.x"]
pnpm-version: ["7.x"]
os: [ubuntu-latest]
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
TURBO_REMOTE_ONLY: true
strategy:
matrix:
node-version: ["16.x"]
node-version: ["18.x"]
pnpm-version: ["7.x"]
os: [ubuntu-latest]
steps:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
TURBO_REMOTE_ONLY: true
strategy:
matrix:
node-version: ["16.x"]
node-version: ["18.x"]
pnpm-version: ["7.x"]
os: [ubuntu-latest]
if: ${{ github.ref == 'refs/heads/master' && (contains(github.event.head_commit.message, '[bump ver]') || contains(github.event.head_commit.message, 'RELEASING')) }}
Expand Down
1 change: 0 additions & 1 deletion packages/next-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"workbox-window": "6.5.4"
},
"devDependencies": {
"@rollup/plugin-commonjs": "24.0.1",
"@rollup/plugin-json": "6.0.0",
"@rollup/plugin-node-resolve": "15.0.1",
"@rollup/plugin-terser": "0.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-pwa/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ const files = [
"clean-webpack-plugin",
"terser-webpack-plugin",
"workbox-webpack-plugin",
"typescript",
"webpack",
"crypto",
"fs",
"path",
"url",
"fast-glob",
"typescript",
"workbox-window",
],
},
Expand Down
38 changes: 0 additions & 38 deletions pnpm-lock.yaml

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

0 comments on commit 0612d77

Please sign in to comment.