refactor(workflows): use node 18

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2022-12-27 10:05:54 +01:00
committed by Braks
parent 2a22fb8510
commit 9c4858f4fc
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest]
node: [14] node: [18]
steps: steps:
- name: Checkout 🛎 - name: Checkout 🛎