Skip to content

Commit

Permalink
flow
Browse files Browse the repository at this point in the history
  • Loading branch information
microstudi committed Oct 4, 2024
1 parent 726aa89 commit 10285f1
Show file tree
Hide file tree
Showing 3 changed files with 927 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
CI: "true"
RUBY_VERSION: 3.1.1
RUBY_VERSION: 3.1.6
NODE_VERSION: 18.17.1

jobs:
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
id: npm-cache-dir-path
run: echo "::set-output name=dir::$(npm get cache)-vocdoni"

- uses: actions/cache@v2
- uses: actions/cache@v3
id: npm-cache
with:
path: ${{ steps.npm-cache-dir-path.outputs.dir }}
Expand All @@ -85,7 +85,7 @@ jobs:
with:
token: ${{ env.CODECOV_TOKEN }}

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: always()
with:
name: screenshots
Expand Down
Loading

0 comments on commit 10285f1

Please sign in to comment.