Skip to content

Commit 4f4ccad

Browse files
committed
test: Add Node.js 20 LTS to the test matrix
1 parent b1fe2b6 commit 4f4ccad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, macos-12, windows-latest]
11-
node-version: [12.x]
11+
node-version: [12.x, 20.x]
1212
deno-version: [1.40.x]
1313
runs-on: ${{ matrix.os }}
1414
steps:

0 commit comments

Comments
 (0)