Skip to content

Commit 7a8f8ee

Browse files
authored
Merge pull request #53 from twingly/update-ci-workflow
Update CI workflow
2 parents c067872 + 6d2fe02 commit 7a8f8ee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515

1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v3
1919

2020
- name: Setup Node.js ${{ matrix.node }}
21-
uses: actions/setup-node@v1
21+
uses: actions/setup-node@v3
2222
with:
2323
node-version: ${{ matrix.node }}
2424

2525
- name: Cache Node.js modules
26-
uses: actions/cache@v2
26+
uses: actions/cache@v3
2727
with:
2828
path: ~/.npm
2929
key: ${{ runner.OS }}-node-${{ hashFiles('package-lock.json') }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To learn more about the capabilities of the API, please read the [Twingly Search
5252
## Requirements
5353

5454
* API key, [sign up](https://www.twingly.com/try-for-free) via [twingly.com](https://www.twingly.com/) to get one
55-
* Node.js (any version listed in [`.travis.yml`](.travis.yml))
55+
* Node.js (any version listed in [`ci.yml`](.github/workflows/ci.yml))
5656

5757
## Development
5858

0 commit comments

Comments
 (0)