Skip to content

Commit c5b49e6

Browse files
committed
chore: use newer node.js version
1 parent f7c65c6 commit c5b49e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
node-version: [16.x]
8+
node-version: [20.x]
99
steps:
1010
- uses: actions/checkout@v2
1111
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)