Skip to content

Commit

Permalink
Merge pull request #262 from Nosto/node-version-22
Browse files Browse the repository at this point in the history
Bump node version
  • Loading branch information
timowestnosto authored Dec 31, 2024
2 parents 1f647b6 + 826818d commit 995bc47
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 22

- name: Install dependencies
run: npm ci
Expand Down
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: 18
node-version: 22
- 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: 18
node-version: 22
cache: 'npm'

- run: npm ci
Expand Down
1 change: 0 additions & 1 deletion spec/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ global.window.CSS = { escape: v => v }
global.location = window.location
global.document = window.document
global.localStorage = window.localStorage
global.navigator = window.navigator

// test mode flag
global.window.nostoReactTest = true
Expand Down

0 comments on commit 995bc47

Please sign in to comment.