File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -113,11 +113,11 @@ jobs:
113113 runs-on: ubuntu-latest
114114
115115 steps:
116- - uses: actions/checkout@v1
116+ - uses: actions/checkout@v3
117117 - name: Install Node.js
118- uses: actions/setup-node@v1
118+ uses: actions/setup-node@v3
119119 with:
120- node-version: '10 .x'
120+ node-version: '16 .x'
121121 - name: Install npm dependencies
122122 run: npm install
123123 - name: Run build task
@@ -149,6 +149,8 @@ I've added e2e test for this action.
149149Real example is executed on every PR merge to ` main ` .
150150Check actions tab for example.
151151
152+ When opening an issue, please add example of your step with env vars. You can add dummy values.
153+
152154More info for SSH keys: https://www.ssh.com/ssh/public-key-authentication
153155
154156## Tips
You can’t perform that action at this time.
0 commit comments