Skip to content

Commit 10206bf

Browse files
authored
chore(ci): unpin node 20.5 (#338)
1 parent db2bab4 commit 10206bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
YARN_VERSION: ${{ steps.yarn-version.outputs.YARN_VERSION }}
1515
strategy:
1616
matrix:
17-
node-version: [16.x, 18.x, 20.5]
17+
node-version: [16.x, 18.x, 20.x]
1818
steps:
1919
- uses: actions/checkout@v3
2020
- name: Use Node.js ${{ matrix.node-version }}
@@ -41,7 +41,7 @@ jobs:
4141
- prepare
4242
strategy:
4343
matrix:
44-
node-version: [16.x, 18.x, 20.5]
44+
node-version: [16.x, 18.x, 20.x]
4545
steps:
4646
- uses: actions/checkout@v3
4747
- name: Use Node.js ${{ matrix.node-version }}
@@ -69,7 +69,7 @@ jobs:
6969
- prepare
7070
strategy:
7171
matrix:
72-
node-version: [16.x, 18.x, 20.5]
72+
node-version: [16.x, 18.x, 20.x]
7373
steps:
7474
- uses: actions/checkout@v3
7575
- name: Use Node.js ${{ matrix.node-version }}
@@ -103,7 +103,7 @@ jobs:
103103
- prepare
104104
strategy:
105105
matrix:
106-
node-version: [16.x, 18.x, 20.5]
106+
node-version: [16.x, 18.x, 20.x]
107107
steps:
108108
- uses: actions/checkout@v3
109109
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)