diff --git a/.changeset/twelve-crews-add.md b/.changeset/twelve-crews-add.md new file mode 100644 index 0000000..13b0ae0 --- /dev/null +++ b/.changeset/twelve-crews-add.md @@ -0,0 +1,5 @@ +--- +"prettier-eslint-cli": patch +--- + +chore: update node version align with prettier-eslint diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36751fc..79e00a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,9 +15,10 @@ jobs: - 14 - 16 - 18 + - 20 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d3559b2..7ec9fe3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits fetch-depth: 0 diff --git a/.npmrc b/.npmrc index 1df2a6d..b3586a0 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,3 @@ registry=https://registry.npmjs.org/ package-lock=false +legacy-peer-deps=true