From e372445957d6b0439be7f73f46cf3a17fa50351a Mon Sep 17 00:00:00 2001 From: Walidoux Date: Fri, 10 Feb 2023 12:51:16 +0100 Subject: [PATCH] chore(ci): bump ci from 16 to 18 due to semantic release --- .github/workflows/ci.yml | 2 +- .github/workflows/lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd0e8ff..79f4e37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3.1.1 with: - node-version: 16.x + node-version: 18.x - name: Install dependencies run: yarn --frozen-lockfile diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cea23ef..8afe50e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3.1.1 with: - node-version: 16.x + node-version: 18.x - name: Install dependencies run: yarn --frozen-lockfile