Skip to content

Commit b986c12

Browse files
committed
fix: cleanup workflow
1 parent 6b7b7db commit b986c12

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/push.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
name: Push
2+
23
concurrency:
34
group: push
5+
46
on:
57
push:
68
branches:
79
- master
10+
811
jobs:
912
release:
1013
runs-on: ubuntu-latest
@@ -22,8 +25,7 @@ jobs:
2225
- name: Setup node
2326
uses: actions/setup-node@v4
2427
with:
25-
node-version: 20
26-
cache: npm
28+
node-version: 22
2729

2830
- name: Install dependencies
2931
run: npm i

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Run tests
22

3-
on: [push, pull_request]
3+
on: [pull_request]
44

55
jobs:
66
build:

0 commit comments

Comments
 (0)