Skip to content

Commit

Permalink
Release tag, removed Node/npm related steps
Browse files Browse the repository at this point in the history
  • Loading branch information
OudomMunint committed May 5, 2024
1 parent db69199 commit ad5b1b9
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,8 @@ jobs:
os: [windows-latest, ubuntu-latest, macos-latest]

steps:
- uses: actions/checkout@v4

- name: Install Node.js latest
uses: actions/setup-node@v4
with:
node-version: latest
check-latest: true

- name: NPM dependencies
run: npm ci
- name: Checkout
uses: actions/checkout@v4

- name: Setup .NET Core V8
uses: actions/setup-dotnet@v4
Expand All @@ -53,4 +45,4 @@ jobs:
if: matrix.os == 'windows-latest'
uses: ncipollo/[email protected]
with:
tag: v1.4.9.2
tag: v1.4.9.3

0 comments on commit ad5b1b9

Please sign in to comment.