Skip to content

Commit

Permalink
Merge pull request #15 from nginformatica/fix/node-version
Browse files Browse the repository at this point in the history
Fix/node version
  • Loading branch information
KarineBrandelli authored Oct 3, 2024
2 parents 98184e9 + 5f0b0c3 commit 472b550
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.12.1
node-version: 20.15.0
- run: |
yarn
yarn docs:build
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.12.1
20.15.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-design-system",
"version": "1.0.7",
"version": "1.0.8",
"description": "The Design System for the NG Saas Products",
"author": "NG",
"license": "MIT",
Expand Down

0 comments on commit 472b550

Please sign in to comment.