-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update actions workflows to node v20 (#783)
- node v16 actions are deprecated (since nodev16 is end-of-life)
- Loading branch information
1 parent
af9d68c
commit e190adf
Showing
5 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,21 +24,21 @@ jobs: | |
|
||
steps: | ||
- name: Checkout git repo | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Install .NET | ||
uses: actions/setup-dotnet@v3 | ||
uses: actions/setup-dotnet@v4 | ||
with: | ||
dotnet-version: ${{ matrix.dotnet_version }} | ||
|
||
- name: Read package.json | ||
id: package_json | ||
uses: zoexx/[email protected].4 | ||
uses: zoexx/[email protected].6 | ||
with: | ||
file_path: 'package.json' | ||
|
||
- name: Install Node and NPM | ||
uses: actions/setup-node@v3 | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: ${{ fromJson(steps.package_json.outputs.volta).node }} | ||
cache: npm | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,16 +11,16 @@ jobs: | |
|
||
steps: | ||
- name: Checkout git repo | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Read package.json | ||
id: package_json | ||
uses: zoexx/[email protected].4 | ||
uses: zoexx/[email protected].6 | ||
with: | ||
file_path: 'package.json' | ||
|
||
- name: Install Node and NPM | ||
uses: actions/setup-node@v3 | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: ${{ fromJson(steps.package_json.outputs.volta).node }} | ||
cache: npm | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,21 +24,21 @@ jobs: | |
|
||
steps: | ||
- name: Checkout git repo | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Install .NET | ||
uses: actions/setup-dotnet@v3 | ||
uses: actions/setup-dotnet@v4 | ||
with: | ||
dotnet-version: ${{ matrix.dotnet_version }} | ||
|
||
- name: Read package.json | ||
id: package_json | ||
uses: zoexx/[email protected].4 | ||
uses: zoexx/[email protected].6 | ||
with: | ||
file_path: 'package.json' | ||
|
||
- name: Install Node and NPM | ||
uses: actions/setup-node@v3 | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: ${{ fromJson(steps.package_json.outputs.volta).node }} | ||
cache: npm | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,21 +27,21 @@ jobs: | |
|
||
steps: | ||
- name: Check out Git repository | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Install .NET | ||
uses: actions/setup-dotnet@v3 | ||
uses: actions/setup-dotnet@v4 | ||
with: | ||
dotnet-version: ${{ matrix.dotnet_version }} | ||
|
||
- name: Read package.json | ||
id: package_json | ||
uses: zoexx/[email protected].4 | ||
uses: zoexx/[email protected].6 | ||
with: | ||
file_path: 'package.json' | ||
|
||
- name: Install Node.js and NPM | ||
uses: actions/setup-node@v3 | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: ${{ fromJson(steps.package_json.outputs.volta).node }} | ||
cache: npm | ||
|