Skip to content

Commit

Permalink
feature: update node of action runner to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
MeilCli committed Mar 21, 2022
1 parent 91b451a commit 247cf26
Show file tree
Hide file tree
Showing 5 changed files with 2,921 additions and 1,186 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x
- uses: actions/setup-ruby@v1
with:
ruby-version: '2.6'
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x
- uses: actions/setup-ruby@v1
with:
ruby-version: '2.6'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
- run: npm install
- run: npm run build
- uses: MeilCli/bump-release-action@master
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ inputs:
description: 'action fail when danger output stderr'
default: 'false'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
Loading

0 comments on commit 247cf26

Please sign in to comment.