Skip to content

Commit

Permalink
Merge pull request easingthemes#173 from jeromelachaud/main
Browse files Browse the repository at this point in the history
BREAKING CHANGE: update to use nodeJS v20

BREAKING CHANGE: update to use nodeJS v20
  • Loading branch information
easingthemes authored Dec 12, 2023
2 parents aa1c481 + d77e3df commit ac1908e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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: [16.x]
node-version: [20.x]

steps:
- name: Checkout
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: [ 16.x ]
node-version: [ 20.x ]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ outputs:
status:
description: "Status"
runs:
using: "node16"
using: "node20"
main: "dist/index.js"
branding:
color: "green"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

0 comments on commit ac1908e

Please sign in to comment.