Skip to content

Commit 8364e22

Browse files
authored
Upgrade GitHub actions (#148)
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
1 parent 12f1e81 commit 8364e22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
matrix:
88
node-version: [ 'current', 'lts/*', 'lts/-1' ]
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111
- name: Setup Node ${{ matrix.node-version }}
12-
uses: actions/setup-node@v3
12+
uses: actions/setup-node@v4
1313
with:
1414
node-version: ${{ matrix.node-version }}
1515
- run: npm ci

0 commit comments

Comments
 (0)