Update action.yml

pull/739/head
Radiannderitu 2023-04-12 16:53:32 +03:00 committed by GitHub
parent d98fa11138
commit 2ce5f03736
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -37,3 +37,7 @@ runs:
main: 'dist/setup/index.js' main: 'dist/setup/index.js'
post: 'dist/cache-save/index.js' post: 'dist/cache-save/index.js'
post-if: success() post-if: success()
- name: Setup Node.js environment
uses: actions/setup-node@v2.5.2