Skip to content

Commit

Permalink
Merge pull request #260 from TobiTRy/240-automatic-cd-for-npm-package…
Browse files Browse the repository at this point in the history
…-deployment

240 automatic cd for npm package deployment
  • Loading branch information
TobiTRy authored Mar 15, 2024
2 parents 31e8944 + 64b91c0 commit 9718017
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployOnNPM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Setup Node
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version: '20'
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies and build 🔧
Expand Down

0 comments on commit 9718017

Please sign in to comment.