Skip to content

Commit 0c9ab21

Browse files
committed
feat: STRF-13629 Support node 22
1 parent e050c6f commit 0c9ab21

5 files changed

Lines changed: 1999 additions & 1146 deletions

File tree

.github/workflows/pull-request-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
strategy:
1212
matrix:
13-
node: [20.x]
13+
node: [20.x, 22.x, 24.x]
1414
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
1515

1616
runs-on: ${{ matrix.os }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v4
1010
- uses: actions/setup-node@v4
1111
with:
12-
node-version: '20.x'
12+
node-version: '22.x'
1313
- run: npm ci
1414
# Setup .npmrc file to publish to npm registry
1515
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ~/.npmrc

mise.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[tools]
2+
node = "22"

0 commit comments

Comments
 (0)