Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
fix: replace use of deprecated node16 with node20
Browse files Browse the repository at this point in the history
fix: #94
  • Loading branch information
mjlime authored and adrianschmidt committed Jun 10, 2024
1 parent bc9df3d commit d1ad55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ outputs:
run_webclient:
description: 'Indicates that the webclient frontend job should be run'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

0 comments on commit d1ad55a

Please sign in to comment.