Skip to content

Commit

Permalink
chore: github actions node version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastrajan committed Nov 4, 2024
1 parent cd81dce commit d85e6fe
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ on:
jobs:
Release:
runs-on: ubuntu-latest
resources:
limits:
memory: 7GB
cpu: 2
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -25,7 +22,7 @@ jobs:
- name: Setup Env
run: |
npm ci
npm i -g nexe
npm i -g nexe@latest
- name: Build
run: |
npm run build
Expand Down

0 comments on commit d85e6fe

Please sign in to comment.