We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 660bceb commit 6ab9b33Copy full SHA for 6ab9b33
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
strategy:
7
matrix:
8
- node: [20]
+ node: [22]
9
name: Node ${{ matrix.node }} sample
10
steps:
11
- uses: actions/checkout@v3
0 commit comments