Skip to content

Commit

Permalink
Bump actions/setup-node from 3.8.1 to 4.0.0 (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
Geczy committed Oct 24, 2023
2 parents 81565f1 + e2b3954 commit 99c1e85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/crowdin-download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
BASE_BRANCH: master
steps:
- name: Setup Node
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.0
with:
node-version: 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 @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.0
with:
node-version: 18

Expand Down

0 comments on commit 99c1e85

Please sign in to comment.