Bumping node to 18 for github actions

This commit is contained in:
Borales
2023-04-01 13:40:10 +02:00
parent c40a940add
commit f0744b1b84
4 changed files with 6 additions and 537 deletions
+2 -2
View File
@@ -18,10 +18,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set Node.js 16.x
- name: Set Node.js 18.x
uses: actions/setup-node@v3.6.0
with:
node-version: 16.x
node-version: 18.x
- name: Install dependencies
run: yarn