refactor(workflows): use node 18

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2022-12-27 09:54:54 +01:00
committed by Braks
parent 2a22fb8510
commit 9c4858f4fc

View File

@@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [14]
node: [18]
steps:
- name: Checkout 🛎