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