Skip to content

Commit 2096990

Browse files
authored
Merge pull request #65 from jhenstridge/switch-to-node20
action.yml: upgrade from node16 runner to node20
2 parents b39d7b9 + d25def2 commit 2096990

File tree

4 files changed

+25526
-5903
lines changed

4 files changed

+25526
-5903
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ outputs:
4646
snap:
4747
description: 'The file name of the resulting snap.'
4848
runs:
49-
using: 'node16'
49+
using: 'node20'
5050
main: 'dist/index.js'

0 commit comments

Comments
 (0)