We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfdee8b commit 25bade4Copy full SHA for 25bade4
3 files changed
.github/workflows/node.js.yml
@@ -92,7 +92,7 @@ jobs:
92
node-version: 14.x
93
- name: install
94
run: yarn
95
- - run: npx semantic-release@15
+ - run: npx semantic-release@17
96
env:
97
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
98
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -132,5 +132,8 @@
132
"branches": [
133
"main"
134
]
135
+ },
136
+ "resolutions": {
137
+ "**/@types/webpack-sources/source-map": "0.6.1"
138
}
139
0 commit comments