Skip to content

Commit

Permalink
chore(workflows): lock into node 20 our workflows
Browse files Browse the repository at this point in the history
We will need to update the assert attribute we use in some of our scripts to impor package.json. This will need to be changed to the with attribute from node 22 on
  • Loading branch information
giamir committed Nov 13, 2024
1 parent c4588af commit fbbc492
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: "lts/*"
node-version: 20

- name: Install .NET SDK
uses: actions/setup-dotnet@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: "lts/*"
node-version: 20
registry-url: "https://registry.npmjs.org"

- name: Install .NET SDK
Expand Down

0 comments on commit fbbc492

Please sign in to comment.