Skip to content

Commit cbc9da6

Browse files
authored
Merge pull request #1539 from ccnmtl/nikolas-patch-1
Update build-and-test.yml
2 parents 70896a8 + 0b63d7a commit cbc9da6

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)