Skip to content

Commit

Permalink
Merge pull request #171 from blinemedical/upgrade-to-node20
Browse files Browse the repository at this point in the history
Update to node 20
  • Loading branch information
jawilson authored Feb 6, 2024
2 parents d29cef8 + c2ff5f9 commit c0bc5a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ outputs:
gstreamerPath:
description: 'Installation path'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Setup GStreamer - GitHub Action",
"main": "index.js",
"engines": {
"node": ">=18.0.0"
"node": ">=20.0.0"
},
"scripts": {
"lint": "eslint .",
Expand Down

0 comments on commit c0bc5a7

Please sign in to comment.