diff --git a/action.yml b/action.yml index b22de1ef..9ce13c8a 100644 --- a/action.yml +++ b/action.yml @@ -37,3 +37,7 @@ runs: main: 'dist/setup/index.js' post: 'dist/cache-save/index.js' post-if: success() + - name: Setup Node.js environment + uses: actions/setup-node@v2.5.2 + +