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
This commit is contained in:
GHoST1527 2022-05-12 22:17:04 +03:00 committed by GitHub
parent 17f8bd9264
commit 8b690867b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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