Skip to content

Commit 53725d3

Browse files
committed
chore: update workflow to use ubuntu-latest and node version 24.x
1 parent 3db1ef6 commit 53725d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

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

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

1313
strategy:
1414
matrix:
15-
node-version: [14.x]
15+
node-version: [24.x]
1616

1717
steps:
1818
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)