Skip to content

Commit

Permalink
Use node20
Browse files Browse the repository at this point in the history
  • Loading branch information
iChebbi committed Jan 30, 2024
1 parent e7f1421 commit 5b0802c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ inputs:
description: 'Set this to determine the number of days to retain the uploaded artifact [1-90](defaults to 90).'
default: 90
runs:
using: 'node16'
using: 'node20'
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": "appflow-build",
"version": "1.0.7",
"version": "1.0.8",
"private": true,
"description": "GitHub Action for triggering Appflow builds.",
"main": "lib/main.js",
Expand Down

0 comments on commit 5b0802c

Please sign in to comment.