1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-01-18 13:07:58 +00:00

Run CI using Node.js v18

This commit is contained in:
Romein van Buren 2023-12-23 13:20:51 +01:00
parent 9f9ba2de6a
commit 3a325fe064
Signed by: romein
GPG Key ID: 0EFF8478ADDF6C49

View File

@ -22,7 +22,7 @@ jobs:
- ubuntu-20.04 - ubuntu-20.04
- ubuntu-22.04 - ubuntu-22.04
go-version: [ 1.21 ] go-version: [ 1.21 ]
node-version: [ 16 ] node-version: [ 18 ]
runs-on: ${{ matrix.platform }} runs-on: ${{ matrix.platform }}