Skip to content

Commit

Permalink
Merge pull request #173 from 0GiS0/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-node-4.0.3

Bump actions/setup-node from 2.5.2 to 4.0.3
  • Loading branch information
0GiS0 authored Jul 16, 2024
2 parents e484681 + f8a0ada commit 9f6c1a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/eslint-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
SERVER_TOKEN: ${{ github.sha }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.5.2
- uses: actions/setup-node@v4.0.3
with:
node-version: ${{ env.NODE_VERSION }}
- name: Install Angular CLI
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prettier-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.5.2
- uses: actions/setup-node@v4.0.3
with:
node-version: ${{ env.NODE_VERSION }}
- name: Install dependencies and run prettier-check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4.0.3
with:
node-version: ${{ env.NODE_VERSION }}
cache: "npm"
Expand Down

0 comments on commit 9f6c1a3

Please sign in to comment.