Skip to content

Commit

Permalink
Merge pull request #9 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 84130bd + 1925919 commit fdbfe0b
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 @@ -36,7 +36,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 @@ -45,7 +45,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 @@ -108,7 +108,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 fdbfe0b

Please sign in to comment.