Skip to content
This repository was archived by the owner on Feb 14, 2026. It is now read-only.

Commit 3822010

Browse files
authored
Update action to use Node.js 16 (#34)
Fixes: `Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: adam7/platformsh-cli-action@v1.1. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.`
1 parent b4c0eaf commit 3822010

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ inputs:
1313
required: false
1414
default: 'latest'
1515
runs:
16-
using: 'node12'
16+
using: 'node16'
1717
main: 'dist/index.js'

0 commit comments

Comments
 (0)