Skip to content

Commit

Permalink
chore: upgrade actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gamezinfantes committed Apr 24, 2024
1 parent 1bbb025 commit 2c4392f
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,11 @@ jobs:
environment: Release

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Setup Node.js
uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20

- name: Install dependencies
run: yarn install
node-version: 18
- run: yarn install

- name: Build library
run: yarn build
Expand All @@ -33,7 +28,7 @@ jobs:
- name: Build binaries
run: yarn package

- name: Release with binaries
- name: Release binaries
uses: softprops/action-gh-release@v2
with:
files: |
Expand Down

0 comments on commit 2c4392f

Please sign in to comment.