Skip to content

Commit 28c9cdc

Browse files
committed
bump up node.js version used in CI jobs to version 20
1 parent 7233b09 commit 28c9cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
node: [16]
8+
node: [20]
99
name: Node ${{ matrix.node }} sample
1010
steps:
1111
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)