File tree Expand file tree Collapse file tree 3 files changed +3
-10
lines changed Expand file tree Collapse file tree 3 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 2626 - name : Checkout
2727 uses : actions/checkout@v4
2828 - uses : actions/setup-node@v4
29- with :
30- node-version : 18
3129 - name : Install Packages
32- run : npm install
30+ run : npm install -f
3331 - name : Build docs
3432 run : |+
3533 npm run docs:build
Original file line number Diff line number Diff line change @@ -15,15 +15,10 @@ jobs:
1515 with :
1616 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1717 fetch-depth : 0
18-
1918 - name : Setup Node.js 16
2019 uses : actions/setup-node@v4
21- with :
22- node-version : 16
23-
2420 - name : Install Dependencies
25- run : npm install
26-
21+ run : npm install -f
2722 - name : Create Release Pull Request or Publish to npm
2823 id : changesets
2924 uses : changesets/action@v1
Original file line number Diff line number Diff line change 1313 - name : Setup node
1414 uses : actions/setup-node@v4
1515 - name : Install deps
16- run : npm install
16+ run : npm install -f
1717 - name : Format
1818 run : npm run eslint-fix
1919 - name : Commit
You can’t perform that action at this time.
0 commit comments