Skip to content

Commit 0a09087

Browse files
authored
initial (#201)
1 parent 087e3e7 commit 0a09087

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/actions/pnpm-install/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ inputs:
1111
node-version:
1212
description: Node version to use
1313
required: false
14-
default: '22'
14+
default: '24'
1515

1616
runs:
1717
using: composite

.github/workflows/integration-testing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
pm:
1111
- name: npm
1212
displayName: npm
13-
version: 10.8.1
13+
version: 11.6.0
1414
- name: pnpm
1515
displayName: pnpm
16-
version: 10.4.1
16+
version: 10.17.0
1717
- name: yarn
1818
displayName: yarn (classic)
1919
version: 1.22.22
@@ -22,7 +22,7 @@ jobs:
2222
version: 4.3.1
2323
- name: bun
2424
displayName: bun
25-
version: 1.1.17
25+
version: 1.2.22
2626
name: ${{ matrix.pm.displayName }}
2727
steps:
2828
- name: Checkout

.github/workflows/size-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Install Node.js
1212
uses: actions/setup-node@v4
1313
with:
14-
node-version: 20
14+
node-version: 24
1515
- name: ⚙️ Enable Corepack
1616
shell: bash
1717
run: |

.github/workflows/unit-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
version: [20, 22]
10+
version: [20, 22, 24]
1111
name: Node.js ${{ matrix.version }}
1212
steps:
1313
- name: Checkout

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.14.0
1+
24.8.0

0 commit comments

Comments
 (0)