Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit d667a86

Browse files
authored
Merge pull request #4 from adore-me/bump-node-version
Update node version
2 parents 6c6277a + d52a795 commit d667a86

File tree

9 files changed

+26628
-15065
lines changed

9 files changed

+26628
-15065
lines changed

.github/workflows/release.yaml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: 'Release'
2+
on:
3+
push:
4+
branches:
5+
- master
6+
paths-ignore:
7+
- '.github/**'
8+
- 'README.md'
9+
- 'LICENSE'
10+
- 'catalog-info.yaml'
11+
jobs:
12+
release-on-push:
13+
name: 'Release new version'
14+
runs-on: ubuntu-latest
15+
env:
16+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17+
steps:
18+
- name: 'Create release'
19+
uses: rymndhng/[email protected]
20+
with:
21+
use_github_release_notes: true
22+
bump_version_scheme: patch
23+
tag_prefix: v

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "build-test"
22
on: # rebuild any PRs
33
pull_request:
4+
types: [ opened, synchronize, reopened, ready_for_review ]
45
branches:
56
- master
67

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![build-test](https://github.com/mihaisee/pcpd-github-action/workflows/build-test/badge.svg)
1+
![build-test](https://github.com/adore-me/pcpd-github-action/workflows/build-test/badge.svg)
22

33
# PCPD GitHub Action
44

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ inputs:
2121
[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)
2222
default: ${{ github.token }}
2323
runs:
24-
using: 'node12'
24+
using: 'node16'
2525
main: 'dist/index.js'
2626
branding:
2727
icon: umbrella

0 commit comments

Comments
 (0)