We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc0095a commit 6e5699aCopy full SHA for 6e5699a
.github/workflows/test.yml
@@ -58,7 +58,7 @@ jobs:
58
runs-on: ubuntu-latest
59
strategy:
60
matrix:
61
- node: ["18"]
+ node: ["latest"]
62
name: Lint on Node ${{ matrix.node }}
63
steps:
64
- uses: actions/checkout@v4
0 commit comments