We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd164a9 commit 62af8bbCopy full SHA for 62af8bb
1 file changed
.github/workflows/main.yaml
@@ -16,10 +16,10 @@ jobs:
16
runs-on: macos-latest
17
steps:
18
- uses: actions/checkout@v5
19
- - name: Use Node.js 20.x
+ - name: Use Node.js 24.x
20
uses: actions/setup-node@v5
21
with:
22
- node-version: '22.x'
+ node-version: '24.x'
23
- run: npm ci
24
- run: npm run lint
25
- run: npm test
@@ -41,10 +41,10 @@ jobs:
41
42
43
persist-credentials: false
44
45
46
47
48
49
- run: npm run semantic-release
50
env:
0 commit comments