Skip to content

Commit

Permalink
feat: update node version from build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristyanS committed Mar 7, 2024
1 parent 083c7a6 commit 16e07d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ jobs:
uses: actions/checkout@v2

- name: Create GitHub Release 🐱📦
uses: actions/setup-node@v1
uses: actions/setup-node@v4
id: create-new-release
with:
node-version: "12.x"
node-version: "20.x"
- run: npm ci
- run: npm run build --if-present
- run: npx semantic-release
Expand Down

0 comments on commit 16e07d9

Please sign in to comment.