Skip to content

Commit

Permalink
Patch upgrade actions node version (#15197)
Browse files Browse the repository at this point in the history
* Update main.yml
* Update package.yml
  • Loading branch information
insomnious authored Jan 29, 2024
1 parent 0d47a62 commit 6780e82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
dotnet-version: [ 6.0.x ]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: "recursive"

- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '16.x'
node-version: '18.x'
cache: "yarn"

- name: Install dependencies
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
DAY: "${{ steps.current-time.outputs.day }}"
run: echo $TIME $R_TIME $F_TIME $YEAR $DAY

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: "recursive"

Expand All @@ -101,9 +101,9 @@ jobs:
run: .\download-buildpatchtool.ps1

- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '16.x'
node-version: '18.x'
cache: "yarn"

- name: Install dependencies
Expand Down

0 comments on commit 6780e82

Please sign in to comment.