Skip to content

Commit

Permalink
Merge pull request #1049 from Tzahi12345/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…t-github/workflows/actions/setup-node-4

Bump actions/setup-node from 3 to 4 in /.github/workflows
  • Loading branch information
martadinata666 authored Dec 8, 2023
2 parents 13e4639 + 1fdc4ed commit 387ff40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: checkout code
uses: actions/checkout@v4
- name: setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '16'
cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mocha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node:
- 16
steps:
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '${{ matrix.node }}'
- uses: actions/checkout@v4
Expand Down

0 comments on commit 387ff40

Please sign in to comment.