aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2023-07-27 12:12:21 +0200
committerstonedDiscord <Tukz@gmx.de>2023-07-27 12:12:21 +0200
commit07d849f94f64fab7b68e47dfa7b5cce4e3c4a66a (patch)
tree75314128e9a56c78f44c8c91ff589a0460f4666c
parent227e37d6d5748e97e223ae85272220e5803c6382 (diff)
parent1b214f386dbfa85871342f5ee28a566e9a5095bd (diff)
Merge branch 'master' of https://github.com/AttorneyOnline/webAO
-rw-r--r--.github/workflows/test.yml8
-rw-r--r--package-lock.json6
2 files changed, 4 insertions, 10 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 2c7a2c5..fc5810d 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -1,12 +1,6 @@
name: Test CI
-on:
- push:
- branches:
- - master
- pull_request:
- branches:
- - master
+on: [push, pull_request]
jobs:
test:
diff --git a/package-lock.json b/package-lock.json
index 54b7b62..88d6cec 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -12140,9 +12140,9 @@
"dev": true
},
"node_modules/word-wrap": {
- "version": "1.2.3",
- "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz",
- "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==",
+ "version": "1.2.4",
+ "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.4.tgz",
+ "integrity": "sha512-2V81OA4ugVo5pRo46hAoD2ivUJx8jXmWXfUkY4KFNw0hEptvN0QfH3K4nHiwzGeKl5rFKedV48QVoqYavy4YpA==",
"engines": {
"node": ">=0.10.0"
}