Skip to content

Commit

Permalink
Merge pull request #2 from christopherfrieler/feature/modernize
Browse files Browse the repository at this point in the history
Feature/modernize
  • Loading branch information
christopherfrieler authored Feb 16, 2023
2 parents cdd855d + 6270666 commit d94c325
Show file tree
Hide file tree
Showing 2,009 changed files with 176,319 additions and 90,720 deletions.
2 changes: 1 addition & 1 deletion DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ For a brief introduction have a look at [Creating a JavaScript action](https://d

## Project Requirements

The project requires [Node.js](https://nodejs.org/en/) 12, which includes npm.
The project requires [Node.js](https://nodejs.org/en/) 16, which includes npm.

## Project Dependencies

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ inputs:
required: false
outputs: {}
runs:
using: 'node12'
using: 'node16'
main: 'index.js'
post: 'post.js'
post-if: 'success()'
15 changes: 0 additions & 15 deletions node_modules/.bin/rimraf

This file was deleted.

1 change: 1 addition & 0 deletions node_modules/.bin/rimraf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d94c325

Please sign in to comment.