We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4abfa6 commit aaf1141Copy full SHA for aaf1141
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
fail-fast: false
12
matrix:
13
platform: [ubuntu-latest, windows-latest]
14
- node-version: [20]
+ node-version: [22]
15
runs-on: ${{ matrix.platform }}
16
steps:
17
- name: Checkout
0 commit comments