From a073d026644370fc82986482850534aa87d2b97b Mon Sep 17 00:00:00 2001 From: Simon Ihmig Date: Mon, 1 May 2023 22:34:40 +0200 Subject: [PATCH] Update to use node 18 internally --- .github/workflows/ci.yml | 6 +++--- package.json | 6 +++++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9cd03ad1..8a3efbfe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Install Node uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 18.x cache: yarn - name: Install Dependencies run: yarn install --frozen-lockfile @@ -39,7 +39,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 18.x cache: yarn - name: Install Dependencies run: yarn install --no-lockfile @@ -70,7 +70,7 @@ jobs: - name: Install Node uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 18.x cache: yarn - name: Install Dependencies run: yarn install --frozen-lockfile diff --git a/package.json b/package.json index 99695036..627a0e0f 100644 --- a/package.json +++ b/package.json @@ -44,5 +44,9 @@ }, "npm": false }, - "version": "0.4.3" + "version": "0.4.3", + "volta": { + "node": "18.16.0", + "yarn": "1.22.19" + } }