Skip to content

Commit

Permalink
fix: user newer Node in Action
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev committed Sep 5, 2023
1 parent 483eb4e commit ba75f82
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextcloud-actions",
"version": "1.0.0",
"version": "1.1.0",
"description": "Setup a nextcloud development environment",
"main": "main.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion setup-nextcloud-app/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ inputs:
required: false
default: 'false'
runs:
using: 'node16'
using: 'node20'
main: 'main.js'
4 changes: 2 additions & 2 deletions setup-nextcloud/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inputs:
version:
description: 'The Nextcloud version to set up, git branch or tag'
required: false
default: 'stable20'
default: 'stable27'
cron:
description: 'Enable cron'
required: false
Expand Down Expand Up @@ -63,5 +63,5 @@ inputs:
default: '../server'

runs:
using: 'node16'
using: 'node20'
main: 'main.js'

0 comments on commit ba75f82

Please sign in to comment.