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

CI: Upgrade to Node 18

This commit is contained in:
Laurent Cozic 2022-11-04 11:48:02 +00:00
parent f34078bd96
commit f2f6f8ec78

View File

@ -48,7 +48,7 @@ jobs:
- uses: olegtarasov/get-tag@v2.1 - uses: olegtarasov/get-tag@v2.1
- uses: actions/setup-node@v2 - uses: actions/setup-node@v2
with: with:
node-version: '16' node-version: '18'
- name: Install Yarn - name: Install Yarn
run: | run: |