Skip to content

Commit 69c4436

Browse files
Update node.js.yml
Use only Node 18
1 parent 0f19e5e commit 69c4436

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
node-version: [16.x, 18.x]
19+
node-version: [18.x]
2020
steps:
2121
- uses: actions/checkout@v3
2222
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)