Skip to content

Commit

Permalink
Merge pull request #279 from okp4/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-node-4
  • Loading branch information
dependabot[bot] authored May 30, 2024
2 parents 4703f86 + d630cca commit 50662a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup node environment (for building)
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16.18

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup node environment (for building)
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16.18

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
token: ${{ secrets.OKP4_TOKEN }}

- name: Set up node
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 14

Expand Down

0 comments on commit 50662a7

Please sign in to comment.