Skip to content

Commit

Permalink
node version
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed Oct 5, 2024
1 parent 4170204 commit 479f529
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '22.x'
- name: Install dependencies
run: npm ci
- name: Lint
Expand All @@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
nodeVersion: [ '18.x' ]
nodeVersion: [ '22.x' ]
os: [ macos-latest ]
tiSDK: [ '12.5.0.GA' ]
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '22'
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
Expand Down

0 comments on commit 479f529

Please sign in to comment.