Skip to content

Commit

Permalink
Merge pull request #2 from eduzz/feature-update-lib
Browse files Browse the repository at this point in the history
chore(workflow): set node version
  • Loading branch information
luanlmd authored Aug 29, 2024
2 parents 4e14fcf + e866a8e commit 996aff3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
- name: Deps
run: npm i -g semver
- name: Run should-release
Expand All @@ -39,9 +39,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
- name: Cache Yarn
id: cache-nodemodules
uses: actions/cache@v3
Expand Down

0 comments on commit 996aff3

Please sign in to comment.