Skip to content

Commit

Permalink
[#3113] Update release script to remove actions that rely on deprecat…
Browse files Browse the repository at this point in the history
…ed Node verison
  • Loading branch information
arbron committed Feb 23, 2024
1 parent 0172532 commit 2b91b22
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4


# Load the system.json manifest into memory
- name: Load system manifest
id: manifest
uses: ActionsTools/read-json-action@main
uses: zoexx/github-action-json-file-properties@release
with:
file_path: "./system.json"

Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Adjust manifest
uses: microsoft/variable-substitution@v1
uses: TomaszKandula/variable-substitution@v1.0.2
with:
files: "system.json"
env:
Expand All @@ -83,7 +83,7 @@ jobs:

# Set up Node
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18.x'
cache: 'npm'
Expand Down

0 comments on commit 2b91b22

Please sign in to comment.