diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ba853fb..1c8de2e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x, 15.x] + node-version: [16.x, 17.x, 18.x, 19.x] steps: - uses: actions/checkout@v2 diff --git a/README.md b/README.md index a2786fb..eb5c51c 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ jobs: ### Requirements: -* NodeJS 12+ +* NodeJS 16+ ### Setup diff --git a/action.yml b/action.yml index 6c6ac05..4b7f83d 100644 --- a/action.yml +++ b/action.yml @@ -6,5 +6,5 @@ branding: color: 'blue' runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' diff --git a/package-lock.json b/package-lock.json index 0789e31..c4f0e1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "action-pr-title", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "action-pr-title", - "version": "1.0.0", + "version": "1.0.1", "license": "ISC", "dependencies": { "@actions/core": "^1.2.6", diff --git a/package.json b/package.json index 1ef7233..89d7493 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-pr-title", - "version": "1.0.0", + "version": "1.1.0", "description": "GitHub action to validate PR titles meet our guidelines", "main": "lib/index.js", "scripts": {