Skip to content

Commit

Permalink
Merge pull request #10 from ValentinVignal/v0.15.dev
Browse files Browse the repository at this point in the history
⬆️ Upgrade to node16
  • Loading branch information
ValentinVignal authored Dec 14, 2022
2 parents 59af903 + 68215ba commit 41eb016
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.15

- :arrow_up: Upgrade to node 16.

## 0.14

- :bug: Fix a bug where the unformatted files were not detected (again).

## 0.13

:bug: Fix a bug where the unformatted files were not detected.
- :bug: Fix a bug where the unformatted files were not detected.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
uses: subosito/flutter-action@v2
- run: flutter pub get
- name: Analyze Flutter
uses: ValentinVignal/action-dart-analyze@v0.14
uses: ValentinVignal/action-dart-analyze@v0.15
with:
fail-on: 'warning'
```
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ inputs:
required: false

runs:
using: "node12"
using: "node16"
main: "dist/index.js"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "action-dart-analyze",
"version": "1.0.0",
"version": "0.15.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 41eb016

Please sign in to comment.