Skip to content

Commit

Permalink
Update versions in GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
krompaco committed Oct 19, 2023
1 parent 1c4f228 commit 7004d0a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-deploy-to-netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
- name: Setup npm
uses: actions/setup-node@v2
with:
node-version: 17.1.0
node-version: 18.18.2

- run: npm ci
- run: npm run prodbuild

- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.100
dotnet-version: 8.0

- name: Add robots.txt disallow
shell: pwsh
Expand Down Expand Up @@ -53,15 +53,15 @@ jobs:
- name: Setup npm
uses: actions/setup-node@v2
with:
node-version: 17.1.0
node-version: 18.18.2

- run: npm ci
- run: npm run prodbuild

- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.100
dotnet-version: 8.0

- name: Add robots.txt disallow
shell: pwsh
Expand Down

0 comments on commit 7004d0a

Please sign in to comment.