Skip to content

Commit

Permalink
Merge pull request #30 from DevoInc/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-node-4

build(deps): bump actions/setup-node from 3 to 4
  • Loading branch information
tripu authored Oct 24, 2023
2 parents d16b5df + 48d9a83 commit 59424db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
key: ${{ runner.os }}-prepare-${{ env.cache-name }}-${{ github.sha }}

- name: Set Node v18
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
cache: npm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ github.sha }}

- name: Set Node v18
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
cache: npm
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
fetch-depth: 0

- name: Set node v18
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
cache: 'npm'
Expand Down

0 comments on commit 59424db

Please sign in to comment.