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 22, 2024
1 parent 773788f commit dd1c24f
Show file tree
Hide file tree
Showing 6 changed files with 1,364 additions and 924 deletions.
2 changes: 1 addition & 1 deletion .github/docker/nodejs-example/Dockerfile
@@ -1,4 +1,4 @@
FROM node:18-buster-slim
FROM node:20-buster-slim

# Prefer node package manager that more efficient
RUN npm i -g pnpm
Expand Down
2 changes: 1 addition & 1 deletion .github/docker/unit-test/Dockerfile
@@ -1,4 +1,4 @@
FROM node:18-buster-slim
FROM node:20-buster-slim

# Prefer node package manager that more efficient
RUN npm i -g pnpm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -17,10 +17,10 @@ jobs:
timeout-minutes: 6 # Usually this will be finish under 6 minutes

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: ⚙ Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16
registry-url: https://registry.npmjs.org/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -18,10 +18,10 @@ jobs:
timeout-minutes: 6 # Usually this will be finish under 6 minutes

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: ⚙ Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16
registry-url: https://registry.npmjs.org/
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -23,9 +23,9 @@
"@polkadot/util-crypto": "^12.1.2"
},
"devDependencies": {
"@blackprint/cli-tools": "0.3.29",
"@blackprint/engine": "0.9.0",
"@blackprint/sketch": "0.9.0",
"@blackprint/cli-tools": "0.3.30",
"@blackprint/engine": "0.9.2",
"@blackprint/sketch": "0.9.1",
"@polkadot/extension-dapp": "^0.46.2",
"@polkadot/extension-inject": "^0.46.2",
"dotenv": "^16.0.3",
Expand Down

0 comments on commit dd1c24f

Please sign in to comment.