refactor: update Node.js to v20

This commit is contained in:
gauthier-th
2024-06-23 13:33:03 +02:00
parent f3e180afb1
commit ea43e3ba1e
7 changed files with 186 additions and 87 deletions

View File

@@ -13,7 +13,7 @@ jobs:
name: Lint & Test Build
if: github.event_name == 'pull_request'
runs-on: ubuntu-22.04
container: node:18.18-alpine
container: node:20-alpine
steps:
- name: Checkout
uses: actions/checkout@v4