Skip to content

Commit

Permalink
Merge pull request #127 from SuspenseFallback/new-ui
Browse files Browse the repository at this point in the history
New UI
  • Loading branch information
SuspenseFallback authored Apr 14, 2024
2 parents a772eac + c4c0422 commit 33f2694
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
run:
working-directory: ./
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18"
node-version: "20"
- run: npm ci
- run: cd ./web
- run: npm run test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "greenstand-wallet-app",
"version": "0.0.1",
"version": "0.1.0",
"main": "web/index.js",
"license": "UNLICENSED",
"scripts": {
Expand Down

0 comments on commit 33f2694

Please sign in to comment.