Skip to content

Commit

Permalink
Merge pull request #326 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 Oct 30, 2023
2 parents 6ed65d6 + 2ad03ca commit 261190f
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 @@ -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 @@ -54,7 +54,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 @@ -24,7 +24,7 @@ jobs:
with:
token: ${{ secrets.OKP4_TOKEN }}

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 14

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.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
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16.18

Expand Down

0 comments on commit 261190f

Please sign in to comment.