Skip to content

Commit

Permalink
chore: Trigger run with node 16 & bump @actions/core to latest version (
Browse files Browse the repository at this point in the history
#101)

* Trigger run

* Bump @actions/core

* Bump @actions/glob

* Add PR template

* Replace @zeit/ncc

* Update eslint
  • Loading branch information
renatoabreu11 committed Dec 23, 2022
1 parent 695d78b commit 7de9f0c
Show file tree
Hide file tree
Showing 6 changed files with 37,214 additions and 24,207 deletions.
5 changes: 5 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
### What
// Describe what this PR should do

### How
// Describe how you implemented it
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
report_paths: python/report.xml
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
- uses: actions/cache@v1
with:
path: ~/.npm
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ outputs:
description: 'the test outcome, either `success` or `failure`'

runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'

0 comments on commit 7de9f0c

Please sign in to comment.