From 085cbf1d7b9e9f2f88453d7978b1ffee2d343995 Mon Sep 17 00:00:00 2001 From: Thomas Roque Date: Mon, 1 May 2023 14:53:41 +0200 Subject: [PATCH] Update to node 18 --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3031a08f..a3515525 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@master with: - node-version: 14 + node-version: 18 - name: install dependencies run: npm install - name: build @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@master with: - node-version: 14 + node-version: 18 - name: install dependencies run: npm install - name: build @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@master with: - node-version: 14 + node-version: 18 - name: install dependencies run: npm install - name: build