Skip to content

Commit 52e8ef0

Browse files
committed
ci: update node matrix
1 parent ed1de3c commit 52e8ef0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
node-version: [16]
20+
node-version: [16.x]
2121
steps:
2222
- uses: actions/checkout@v3
2323
- name: Use Node.js ${{ matrix.node-version }}
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-latest
4848
strategy:
4949
matrix:
50-
node-version: [16]
50+
node-version: [16.x]
5151
steps:
5252
- uses: actions/checkout@v3
5353
- name: Use Node.js ${{ matrix.node-version }}
@@ -69,7 +69,7 @@ jobs:
6969
runs-on: ubuntu-latest
7070
strategy:
7171
matrix:
72-
node-version: [16, 18]
72+
node-version: [16.x, 18.x]
7373
steps:
7474
- uses: actions/checkout@v3
7575
- name: Use Node.js ${{ matrix.node-version }}
@@ -91,7 +91,7 @@ jobs:
9191
runs-on: ubuntu-latest
9292
strategy:
9393
matrix:
94-
node-version: [16]
94+
node-version: [16.x]
9595
steps:
9696
- uses: actions/checkout@v3
9797
- name: Use Node.js ${{ matrix.node-version }}
@@ -113,7 +113,7 @@ jobs:
113113
runs-on: ubuntu-latest
114114
strategy:
115115
matrix:
116-
node-version: [16]
116+
node-version: [16.x]
117117
steps:
118118
- uses: actions/checkout@v3
119119
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)