Skip to content

Commit 8cc4fa3

Browse files
committed
ci: tweaks
1 parent 041f6d8 commit 8cc4fa3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v2
1717
- name: Setup Node.js
18-
uses: actions/setup-node@v3
18+
uses: actions/setup-node@v4
1919
with:
2020
node-version: lts/*
2121
- name: Install

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
audit=false
2-
enable-pre-post-scripts=true
2+
33
fund=false
44
package-lock=false
55
prefer-dedupe=true

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
"@types/react": "^18.2.20",
195195
"babel-plugin-react-html-attrs": "~2.1.0",
196196
"chai": "~4.2.0",
197-
"conventional-github-releaser": "latest",
197+
"github-generate-release": "latest",
198198
"css-loader": "~4.3.0",
199199
"enzyme": "~3.2.0",
200200
"enzyme-adapter-react-16": "~1.15.5",
@@ -243,7 +243,7 @@
243243
"postrelease": "npm run release:tags && npm run release:github && npm publish",
244244
"prerelease": "npm run build",
245245
"release": "standard-version -a",
246-
"release:github": "conventional-github-releaser -p angular",
246+
"release:github": "github-generate-release",
247247
"release:tags": "git push --follow-tags origin HEAD:master",
248248
"test": "npm run test:coverage",
249249
"test:coverage": "NODE_ENV=test nyc --reporter=text-lcov mocha test/**/*-test.js",

0 commit comments

Comments
 (0)