Skip to content

Commit 0fe2501

Browse files
authored
chore: Node.js 16 actions are deprecated (#273)
* chore: Node.js 16 actions are deprecated - Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, actions/setup-node@v3. - For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. * chore: Remove Travis CI config
1 parent eaeb4a6 commit 0fe2501

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212
name: Test
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616

1717
- name: Setup Node.js and Yarn
18-
uses: actions/setup-node@v3
18+
uses: actions/setup-node@v4
1919
with:
2020
node-version: '18'
2121

22-
- uses: actions/cache@v3
22+
- uses: actions/cache@v4
2323
id: cache
2424
with:
2525
path: '**/node_modules'

.travis.yml

-14
This file was deleted.

0 commit comments

Comments
 (0)