Skip to content

Commit

Permalink
fix: rebuild and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
easingthemes committed Feb 21, 2023
1 parent 88cc5ad commit 98025d6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: '10.x'
node-version: '16.x'
- name: Install npm dependencies
run: npm install
- name: Run build task
Expand Down Expand Up @@ -149,6 +149,8 @@ I've added e2e test for this action.
Real example is executed on every PR merge to `main`.
Check actions tab for example.

When opening an issue, please add example of your step with env vars. You can add dummy values.

More info for SSH keys: https://www.ssh.com/ssh/public-key-authentication

## Tips
Expand Down

0 comments on commit 98025d6

Please sign in to comment.