We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2207519 commit 02a3ef5Copy full SHA for 02a3ef5
.github/workflows/nodejs.yml
@@ -12,6 +12,6 @@ jobs:
12
uses: node-modules/github-actions/.github/workflows/node-test.yml@master
13
with:
14
os: 'ubuntu-latest, macos-latest, windows-latest'
15
- version: '18.19.0, 18, 20, 22'
+ version: '18.19.0, 18, 20, 22, 23'
16
secrets:
17
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments