Skip to content
This repository was archived by the owner on Apr 28, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion codesign/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ inputs:
description: Path to the executable or binary to be codesigned
required: true
runs:
using: 'node12'
using: 'node22'
main: 'index.js'
2 changes: 1 addition & 1 deletion create-txz/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ outputs:
txz-path:
description: Path to the created .txz file
runs:
using: 'node12'
using: 'node22'
main: 'index.js'
2 changes: 1 addition & 1 deletion deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ inputs:
description: Github token
required: true
runs:
using: 'node12'
using: 'node22'
main: 'index.js'
2 changes: 1 addition & 1 deletion enable-languages/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ inputs:
tags:
description: Language tags, comma-separated
runs:
using: 'node12'
using: 'node22'
main: 'index.js'
2 changes: 1 addition & 1 deletion inno-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ outputs:
installer-path:
description: Path to generated .exe installer.
runs:
using: 'node12'
using: 'node22'
main: 'index.js'
2 changes: 1 addition & 1 deletion keyboard/build-meta/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ inputs:
description: The path to the .kbdgen bundle directory
required: true
runs:
using: 'node12'
using: 'node22'
main: 'index.js'
2 changes: 1 addition & 1 deletion keyboard/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ inputs:
description: Github token
required: true
runs:
using: 'node12'
using: 'node22'
main: 'index.js'
2 changes: 1 addition & 1 deletion keyboard/deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ inputs:
description: Override deployment check and always deploy
required: false
runs:
using: 'node12'
using: 'node22'
main: 'index.js'
2 changes: 1 addition & 1 deletion lang/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ outputs:
speller-paths:
description: A JSON object consisting of desktop and mobile keys with paths to each zhfst speller
runs:
using: 'node12'
using: 'node22'
main: 'index.js'
2 changes: 1 addition & 1 deletion lang/install-deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ inputs:
required: false

runs:
using: 'node12'
using: 'node22'
main: 'index.js'
2 changes: 1 addition & 1 deletion pahkat/init/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ inputs:
required: true

runs:
using: 'node12'
using: 'node22'
main: 'index.js'
2 changes: 1 addition & 1 deletion setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ inputs:
# time: # id of output
# description: 'The time we greeted you'
runs:
using: 'node12'
using: 'node22'
main: 'index.js'
2 changes: 1 addition & 1 deletion speller/bundle/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ outputs:
payload-path:
description: 'The bundled speller ready for upload to a Pahkat repository'
runs:
using: 'node12'
using: 'node22'
main: 'index.js'
2 changes: 1 addition & 1 deletion speller/deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ inputs:
description: Pahkat repository channel
required: false
runs:
using: 'node12'
using: 'node22'
main: 'index.js'
2 changes: 1 addition & 1 deletion version/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ outputs:
channel:
description: Pahkat channel to deploy to
runs:
using: 'node12'
using: 'node22'
Comment thread
snomos marked this conversation as resolved.
Outdated
Comment thread
snomos marked this conversation as resolved.
Outdated
main: 'index.js'
Comment thread
snomos marked this conversation as resolved.
Loading