We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb8034c commit 8073132Copy full SHA for 8073132
.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
os: [macos-latest, ubuntu-latest, windows-latest]
15
- node: ['20.x']
+ node: [20]
16
17
steps:
18
- uses: actions/checkout@v4
0 commit comments