Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 21, 2022
1 parent 72890af commit 4eeb842
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .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
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -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') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -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') }}
Expand Down

0 comments on commit 4eeb842

Please sign in to comment.