Skip to content

Commit

Permalink
Upgrade GitHub actions
Browse files Browse the repository at this point in the history
This updates the GitHub actions to remove the following warning:
"Node.js 16 actions are deprecated"

See: https://github.com/kuu/hls-parser/actions/runs/8570668225
  • Loading branch information
poirotp-bpk committed Apr 6, 2024
1 parent 27ce8b0 commit 4dec027
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
matrix:
node-version: [ 'current', 'lts/*', 'lts/-1' ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Node ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
Expand Down

0 comments on commit 4dec027

Please sign in to comment.