Skip to content

Commit

Permalink
update stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuripetusko committed Aug 19, 2024
1 parent 2e43098 commit 148d7cb
Show file tree
Hide file tree
Showing 5 changed files with 10,119 additions and 7,512 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:
jobs:
lint:
name: Lint
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 22 ]
node-version: [ 20 ]
timeout-minutes: 10
steps:
- name: Checkout
Expand Down Expand Up @@ -43,10 +43,10 @@ jobs:
build:
name: Build
needs: lint
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 22 ]
node-version: [ 20 ]
timeout-minutes: 10
steps:
- name: Checkout
Expand All @@ -71,10 +71,10 @@ jobs:

test:
name: Test
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22]
node-version: [20]
timeout-minutes: 10
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
name: Create pull request or publish
needs: build-and-test
permissions: write-all
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 22 ]
node-version: [ 20 ]
timeout-minutes: 10
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion packages/rmrk-2d-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"dependencies": {
"@pixi/react": "^7.1.2",
"@rmrk-team/ipfs-utils": "workspace:*",
"isomorphic-dompurify": "^2.2.0",
"isomorphic-dompurify": "^2.14.0",
"lucide-react": "^0.303.0",
"pixi.js": "^7.4.2",
"use-image": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/rmrk-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@rmrk-team/rmrk-2d-renderer": "workspace:*",
"@rmrk-team/rmrk-evm-utils": "workspace:*",
"@rmrk-team/types": "workspace:*",
"isomorphic-dompurify": "^2.2.0",
"isomorphic-dompurify": "^2.14.0",
"lucide-react": "^0.303.0",
"pixi.js": "^7.4.2",
"ramda": "^0.29.1",
Expand Down
Loading

0 comments on commit 148d7cb

Please sign in to comment.