Skip to content

Commit 70e6555

Browse files
committed
fix: ci
1 parent a5f15ee commit 70e6555

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,23 @@
11
name: Test
2-
<<<<<<< Updated upstream
3-
4-
on: push
5-
6-
=======
72
on:
83
push:
94
branches:
105
- main
116
pull_request:
127
branches:
138
- main
14-
>>>>>>> Stashed changes
159
jobs:
16-
release:
10+
main:
1711
runs-on: ubuntu-latest
18-
1912
steps:
2013
- name: Check out Git repository
21-
uses: actions/checkout@v2
22-
14+
uses: actions/checkout@v3
2315
- name: Install Node.js, NPM
24-
uses: actions/setup-node@v2
16+
uses: actions/setup-node@v3
2517
with:
2618
node-version: 18
2719
cache: npm
28-
2920
- name: npm install
3021
run: npm ci
31-
3222
- name: npm test
3323
run: npm test

0 commit comments

Comments
 (0)