Skip to content

Commit

Permalink
Merge pull request #25840 from qmonmert/node20122
Browse files Browse the repository at this point in the history
Node 20.12.2 for GitHub actions and workflows
  • Loading branch information
DanielFran authored Apr 12, 2024
2 parents 2ee82c4 + 54f2ab1 commit fe79f36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-matrix/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ runs:
steps:
- uses: actions/setup-node@v4
with:
node-version: 20.12.1
node-version: 20.12.2
- name: 'Check changes'
id: build-changes
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.12.1
node-version: 20.12.2
- name: 'SETUP: load npm cache'
uses: actions/cache/restore@v4
with:
Expand Down

0 comments on commit fe79f36

Please sign in to comment.