Bump to node 18 to avoid warning message

This commit is contained in:
Ludea 2024-06-05 17:41:07 +02:00 committed by GitHub
parent fdb9dac9ce
commit d6900efae8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@ jobs:
git config --global user.email "${{ github.event.pusher.email }}"
- uses: actions/setup-node@v4.0.1
with:
node-version: '16.x'
node-version: 18
registry-url: 'https://registry.npmjs.org'
- uses: pnpm/action-setup@v2.4.0
name: Install pnpm