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 c92d1c2 commit 1915cc1Copy full SHA for 1915cc1
1 file changed
.github/workflows/build.yml
@@ -2,7 +2,7 @@ name: Build
2
3
on:
4
pull_request:
5
- branches: ['main']
+ branches: ["main"]
6
7
permissions:
8
contents: read
@@ -16,7 +16,7 @@ jobs:
16
17
strategy:
18
matrix:
19
- node-version: [20.x, 22.x]
+ node-version: [22.x, 24.x]
20
21
steps:
22
- name: Checkout repository
@@ -25,7 +25,7 @@ jobs:
25
uses: actions/setup-node@v3
26
with:
27
node-version: ${{ matrix.node-version }}
28
- cache: 'npm'
+ cache: "npm"
29
- name: Install dependencies
30
run: npm ci
31
- name: Test build
0 commit comments