Skip to content

Commit

Permalink
Feat/update workflow (#47)
Browse files Browse the repository at this point in the history
* fix(all): npm publish command

Signed-off-by: Roy <[email protected]>

* feat: update workflow

Signed-off-by: Roy Scheeren <[email protected]>

---------

Signed-off-by: Roy <[email protected]>
Signed-off-by: Roy Scheeren <[email protected]>
Co-authored-by: Carlo van Driesten <[email protected]>
  • Loading branch information
royscheeren and jdsika authored Dec 11, 2023
1 parent 4a99e3c commit 470b3b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
build-and-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 18.x
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 470b3b3

Please sign in to comment.