Skip to content

Commit

Permalink
fix: version typo in workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
matubu committed Jul 30, 2023
1 parent 3f64b35 commit d4047c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
name: release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3 # v3
- uses: actions/setup-node@3 # v3
- uses: actions/checkout@v3 # v3
- uses: actions/setup-node@v3 # v3
with:
cache: npm
node-version: lts/*
Expand Down

0 comments on commit d4047c7

Please sign in to comment.