Update to node 20.7

This commit is contained in:
Alejandro Celaya
2023-09-23 12:04:58 +02:00
parent 313c12113c
commit 0efd4818df
5 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ jobs:
- name: Use node.js
uses: actions/setup-node@v3
with:
node-version: 20.5
node-version: 20.7
- name: Build
run: |
npm ci && \