Skip to content

Commit

Permalink
Merge pull request #53 from kube-green/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-node-4

chore(deps): bump actions/setup-node from 3 to 4
  • Loading branch information
davidebianchi authored Jan 21, 2024
2 parents 3132ac4 + a811dc5 commit 6298fea
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-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node_version }}
- name: Get cache build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: generate api reference
run: ./scripts/api-reference/reference-docs-gen-config.sh
- name: Use node ${{ matrix.node_version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node_version }}
cache: npm
Expand Down

0 comments on commit 6298fea

Please sign in to comment.