From fee68918879685f3281aa3b56241e2a01f66bdec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Wro=C5=84ski?= Date: Wed, 27 Jul 2022 17:50:54 +0200 Subject: [PATCH] Update node to 16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 0b4a8f87..4915cc93 100644 --- a/action.yml +++ b/action.yml @@ -22,5 +22,5 @@ outputs: scala-cli-version: description: 'Version of the installed Scala CLI' runs: - using: 'node12' + using: 'node16' main: 'dist/index.js'