Skip to content

Commit ed7ff18

Browse files
committed
CI: use ubuntu-latest
1 parent 39a1bcc commit ed7ff18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ permissions:
55
jobs:
66
test:
77
name: "Test on Node.js ${{ matrix.node-version }}"
8-
runs-on: ubuntu-18.04
8+
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
1111
node-version: [ 14, 16, 18 ]

0 commit comments

Comments
 (0)