mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-11 11:01:37 +02:00
ci: test on node 18 and 20 (#835)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"description": "automated releases based on conventional commits",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "c8 mocha test/*.js",
|
||||
"test": "c8 mocha --node-option no-experimental-fetch test/*.js",
|
||||
"posttest": "standard",
|
||||
"fix": "standard --fix",
|
||||
"build": "ncc build index.js"
|
||||
|
||||
Reference in New Issue
Block a user