We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b47bd3e commit dbde756Copy full SHA for dbde756
.github/workflows/_test.yml
@@ -7,8 +7,7 @@ jobs:
7
matrix:
8
os:
9
- ubuntu-22.04
10
- node-version:
11
- - 18.x
+ node-version: [ 18.x, 20.x ]
12
steps:
13
- uses: actions/checkout@v4
14
- name: 'Install node.js ${{ matrix.node-version }}'
0 commit comments