Skip to content

Commit

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

Bump actions/setup-node from 3 to 4
  • Loading branch information
janssen-tiobe authored Nov 1, 2023
2 parents 4c4b995 + e3e97fe commit 4bbfe77
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup git config
uses: actions/checkout@v4
- name: Build
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
- run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Jest
uses: actions/setup-node@v3
uses: actions/setup-node@v4
- run: npm ci
- run: npm run test:coverage
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tics-analyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v3
uses: actions/setup-node@v4
- run: npm ci
- run: npm run test:coverage
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tics-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v3
uses: actions/setup-node@v4
- run: npm ci
- run: npm run test:coverage
env:
Expand Down

0 comments on commit 4bbfe77

Please sign in to comment.