Skip to content

Commit bffac0d

Browse files
committed
CI: Update last known good Node version to 20 for tests workflow
1 parent 957af39 commit bffac0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-22.04
1414
strategy:
1515
matrix:
16-
node_version: [16, '${{ vars.NODE_VERSION }}' ]
16+
node_version: [20, '${{ vars.NODE_VERSION }}' ]
1717
steps:
1818
- name: Checkout the latest code
1919
uses: actions/checkout@v3

0 commit comments

Comments
 (0)