Skip to content

Commit

Permalink
Merge pull request #231 from Nosto/adjust-node-versions
Browse files Browse the repository at this point in the history
Update node versions
  • Loading branch information
timowestnosto authored Dec 4, 2024
2 parents a646466 + 22f2deb commit 0ae6adf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.15.0
node-version: 18
- run: npm init --scope=nosto -y
- run: npm install
- run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'npm'

- run: npm ci
Expand Down

0 comments on commit 0ae6adf

Please sign in to comment.