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 2937fe0 commit 3e8f294Copy full SHA for 3e8f294
.github/workflows/javascript.yml
@@ -63,7 +63,7 @@ jobs:
63
runs-on: ubuntu-latest
64
strategy:
65
matrix:
66
- node: ['18', '20', '22']
+ node: ['18', '20', '22', '24']
67
steps:
68
- uses: actions/checkout@v3
69
- name: Set up Node ${{ matrix.node }}
0 commit comments