We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a1bcc commit ed7ff18Copy full SHA for ed7ff18
.github/workflows/test.yml
@@ -5,7 +5,7 @@ permissions:
5
jobs:
6
test:
7
name: "Test on Node.js ${{ matrix.node-version }}"
8
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
9
strategy:
10
matrix:
11
node-version: [ 14, 16, 18 ]
0 commit comments