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 Apr 11, 2022
1 parent 0d3f413 commit 31fb396
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 7 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
4 changes: 2 additions & 2 deletions .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 All @@ -52,7 +52,7 @@ jobs:
run: npm test

- name: 🚀 Deploy
uses: JamesIves/github-pages-deploy-action@v4.2.5
uses: JamesIves/github-pages-deploy-action@v4.3.0
if: github.event_name != 'pull_request' # Don't deploy, it will be dangerous if someone submit dangerous pull request
with:
branch: dist # The branch the action should deploy to.
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
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -28,7 +28,7 @@
"@polkadot/extension-inject": "^0.43.0",
"dotenv": "^16.0.0",
"jest": "^27.5.1",
"node-fetch": "^2.6.7",
"node-fetch": "^3.0.0",
"vinyl": "^2.2.1",
"scarletsframe": "0.35.15"
},
Expand Down
43 changes: 41 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 31fb396

Please sign in to comment.