Skip to content

Commit 0b63d7a

Browse files
committed
Update build-and-test.yml
1 parent e8f97bc commit 0b63d7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: build-and-test
22
on: [push]
33
jobs:
44
build:
5-
runs-on: ubuntu-20.04
5+
runs-on: ubuntu-24.04
66
strategy:
77
matrix:
8-
node-version: [18.x]
8+
node-version: [20.x]
99
name: Node ${{ matrix.node }} run
1010
steps:
1111
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)