We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f9c19c commit a74175cCopy full SHA for a74175c
1 file changed
.github/workflows/tests.yml
@@ -1,9 +1,6 @@
1
name: Run tests
2
3
on:
4
- push:
5
- branches:
6
- - "main"
7
pull_request:
8
branches:
9
- "main"
@@ -14,10 +11,10 @@ jobs:
14
11
15
12
steps:
16
13
- name: Checkout
17
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
18
19
- name: Set up Node
20
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
21
with:
22
node-version: 20
23
cache: "npm"
0 commit comments