We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b06850 commit fafa88dCopy full SHA for fafa88d
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
- node-version: [18.x]
+ node-version: [20.x]
14
steps:
15
- uses: actions/checkout@v2
16
- name: Running Node.js ${{ matrix.node-version }}
0 commit comments