1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-11 18:24:43 +02:00

Tools: Update Node version to 18 on CI

This commit is contained in:
Laurent Cozic 2022-11-03 20:18:11 +00:00
parent 1ab836961a
commit dea15e749b

View File

@ -130,7 +130,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '18'
- name: Install Yarn
run: |