Skip to content

Commit cd84bb7

Browse files
committed
use node 22.13.0 a nd ubuntu 24.04
1 parent 1a106fe commit cd84bb7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
node:
1111
- 22.13.0
1212

13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-24.04
1414
name: Node.js ${{ matrix.node }}
1515
steps:
1616
- uses: actions/checkout@v4

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ on: push
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-24.04
1212

1313
strategy:
1414
matrix:
15-
node-version: [20.x]
15+
node-version:
16+
- 22.13.0
1617
steps:
1718
- uses: actions/checkout@v4
1819
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)