diff --git a/.github/docker/Dockerfile b/.github/docker/Dockerfile index 83ffbad..e0b473e 100644 --- a/.github/docker/Dockerfile +++ b/.github/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16-buster-slim +FROM node:17-buster-slim # Prefer node package manager that more efficient RUN npm i -g pnpm \ No newline at end of file diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4d383af..cf37387 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: registry-url: https://registry.npmjs.org/ - name: 🔃 Setup PNPM modules - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/.pnpm-store key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e91891c..0f4e878 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: registry-url: https://registry.npmjs.org/ - name: 🔃 Setup PNPM modules - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/.pnpm-store key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}