1
0
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:
Jeff Ching
2023-10-02 12:47:35 -07:00
committed by GitHub
parent 4c5670f886
commit ff057410e0
4 changed files with 5 additions and 4192 deletions

View File

@@ -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"