Skip to content

Commit

Permalink
chore: Node.js 16 actions are deprecated (#273)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
retyui authored Jun 10, 2024
1 parent eaeb4a6 commit 0fe2501
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
name: Test
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

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

- uses: actions/cache@v3
- uses: actions/cache@v4
id: cache
with:
path: '**/node_modules'
Expand Down
14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

0 comments on commit 0fe2501

Please sign in to comment.