Bump version to 1.0.10.

This commit is contained in:
Fabio Niephaus
2023-02-13 10:11:09 +01:00
parent 8b27096bbf
commit 4356481765
4 changed files with 15 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "setup-graalvm",
"version": "1.0.9",
"version": "1.0.10",
"private": true,
"description": "GitHub Action for GraalVM",
"main": "lib/main.js",
@@ -11,7 +11,8 @@
"lint": "eslint src/**/*.ts",
"package": "ncc build -o dist/main src/main.ts && ncc build -o dist/cleanup src/cleanup.ts",
"test": "jest",
"all": "npm run build && npm run format && npm run lint && npm run package && npm test"
"all-but-test": "npm run build && npm run format && npm run lint && npm run package",
"all": "npm run all-but-test && npm test"
},
"repository": {
"type": "git",