Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add not about continuing testing on node 16
  • Loading branch information
nickfyson committed Dec 7, 2023
commit 95be4b277c115959e1644c158610b305280522dc
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment thread
nickfyson marked this conversation as resolved.
Outdated

steps:
- name: Checkout
Expand Down