Skip to content

Commit

Permalink
Merge pull request #83 from easingthemes/feature/#82-update-node-version
Browse files Browse the repository at this point in the history
BREAKING CHANGE: update to use nodeJS v16
  • Loading branch information
easingthemes authored Oct 28, 2022
2 parents c711f2c + 12adb9b commit 76660a8
Show file tree
Hide file tree
Showing 7 changed files with 2,539 additions and 821 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [14.x]
node-version: [16.x]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
node-version: [ 14.x ]
node-version: [ 16.x ]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
node-version: [ 14.x ]
node-version: [ 16.x ]

steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ inputs:
description: "Arguments to pass to rsync"
required: false
default: "-rltgoDzvO"
EXCLUDE:
EXCLUDE:
description: "An array of folder to exclude"
required: false
default: ""
outputs:
status:
description: "Status"
runs:
using: "node12"
using: "node16"
main: "dist/index.js"
branding:
color: "green"
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit 76660a8

Please sign in to comment.