diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ee371f8..73f48a05 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 @@ -69,7 +69,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 0d33f57b..ed7e9a4d 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" + } }