Skip to content

Commit 168ff9f

Browse files
authored
Merge pull request #124 from easingthemes/bugfix/rebuild
fix: rebuild and update readme
2 parents 88cc5ad + 98025d6 commit 168ff9f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff 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.
149149
Real example is executed on every PR merge to `main`.
150150
Check 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+
152154
More info for SSH keys: https://www.ssh.com/ssh/public-key-authentication
153155

154156
## Tips

0 commit comments

Comments
 (0)