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 a5f15ee commit 70e6555Copy full SHA for 70e6555
.github/workflows/test.yml
@@ -1,33 +1,23 @@
1
name: Test
2
-<<<<<<< Updated upstream
3
-
4
-on: push
5
6
-=======
7
on:
8
push:
9
branches:
10
- main
11
pull_request:
12
13
14
->>>>>>> Stashed changes
15
jobs:
16
- release:
+ main:
17
runs-on: ubuntu-latest
18
19
steps:
20
- name: Check out Git repository
21
- uses: actions/checkout@v2
22
+ uses: actions/checkout@v3
23
- name: Install Node.js, NPM
24
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
25
with:
26
node-version: 18
27
cache: npm
28
29
- name: npm install
30
run: npm ci
31
32
- name: npm test
33
run: npm test
0 commit comments