chore(test): end of support for node v16

This commit is contained in:
Naoki Oketani
2023-10-08 14:25:18 +00:00
parent ce98d5466f
commit a13ffcb1f2

View File

@@ -9,7 +9,7 @@ jobs:
build: # make sure build/ci work properly
strategy:
matrix:
node: [16, 18]
node: [18]
os: [ ubuntu-latest, macos-latest ]
runs-on: ${{ matrix.os }}
steps:
@@ -27,7 +27,7 @@ jobs:
build-on-windows:
strategy:
matrix:
node: [16, 18]
node: [18]
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
@@ -45,7 +45,7 @@ jobs:
test: # make sure the action works on a clean machine without building
strategy:
matrix:
node: [16, 18]
node: [18]
os: [ ubuntu-latest, macos-latest ]
runs-on: ${{ matrix.os }}
steps:
@@ -73,7 +73,7 @@ jobs:
test-on-windows:
strategy:
matrix:
node: [16, 18]
node: [18]
runs-on: windows-latest
steps:
- name: Dump GitHub context