From 8b690867b8454de13047b702be1a033bd3372319 Mon Sep 17 00:00:00 2001 From: GHoST1527 <105456518+GHoST1527@users.noreply.github.com> Date: Thu, 12 May 2022 22:17:04 +0300 Subject: [PATCH] Update action.yml etup a Node.js environment by adding problem matchers and optionally downloading and adding it to the PATH INSTALLATION Copy and paste the following snippet into your .yml file. - name: Setup Node.js environment uses: actions/setup-node@v3.1.1 --- action.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/action.yml b/action.yml index 7bed73dc..b644ba1d 100644 --- a/action.yml +++ b/action.yml @@ -35,3 +35,10 @@ runs: main: 'dist/setup/index.js' post: 'dist/cache-save/index.js' post-if: success() +etup a Node.js environment by adding problem matchers and optionally downloading and adding it to the PATH + +INSTALLATION +Copy and paste the following snippet into your .yml file. + +- name: Setup Node.js environment + uses: actions/setup-node@v3.1.1