We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79d4ea0 commit e52930bCopy full SHA for e52930b
.github/workflows/ci.yaml
@@ -2,18 +2,21 @@ name: Run CI
2
3
on:
4
push:
5
- branches: master
6
- tags: v*
+ branches:
+ - master
7
+ tags:
8
+ - v*
9
pull_request:
- branches: "*"
10
11
+ - "*"
12
13
jobs:
14
all:
15
name: "Run CI"
16
runs-on: ubuntu-latest
17
strategy:
18
matrix:
- node-version: [18.x, 20.x]
19
+ node-version: [20.x, 24.x]
20
steps:
21
- uses: actions/checkout@v4
22
- uses: actions/setup-node@v4
0 commit comments