Skip to content

Commit

Permalink
feat(build) Setup node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
eoehen committed Mar 8, 2024
1 parent 514a8a4 commit 221342a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,20 @@ jobs:

env:
src-directory: ./src

steps:
- name: Checkout the repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: Fetch all tags and branches
run: git fetch --prune --unshallow

# node setup
- name: Setup node 20
uses: actions/setup-node@v4
with:
node-version: 20

# .net Core setup
- name: Setup .NET Core 2.1
uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4
Expand Down

0 comments on commit 221342a

Please sign in to comment.