add not about continuing testing on node 16

This commit is contained in:
nickfyson 2023-12-07 17:04:27 +00:00
parent bf51594343
commit 95be4b277c

View file

@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
node-types-version: [16.11, current]
node-types-version: [16.11, current] # run tests on 16.11 while codeql-action v2 is still supported
steps:
- name: Checkout