We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b7b7db commit b986c12Copy full SHA for b986c12
.github/workflows/push.yml
@@ -1,10 +1,13 @@
1
name: Push
2
+
3
concurrency:
4
group: push
5
6
on:
7
push:
8
branches:
9
- master
10
11
jobs:
12
release:
13
runs-on: ubuntu-latest
@@ -22,8 +25,7 @@ jobs:
22
25
- name: Setup node
23
26
uses: actions/setup-node@v4
24
27
with:
- node-version: 20
- cache: npm
28
+ node-version: 22
29
30
- name: Install dependencies
31
run: npm i
.github/workflows/test.yml
@@ -1,6 +1,6 @@
name: Run tests
-on: [push, pull_request]
+on: [pull_request]
build:
0 commit comments