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.
node.js
test
1 parent 6e3f638 commit f2cee64Copy full SHA for f2cee64
.github/workflows/node.js.yml renamed to .github/workflows/test.yml
@@ -1,27 +1,31 @@
1
-name: Node.js CI
+name: Test
2
3
on:
4
push:
5
- branches: ["main"]
+ branches:
6
+ - main
7
pull_request:
8
+ merge_group:
9
10
permissions:
11
contents: read
12
13
jobs:
14
test:
- name: Active LTS
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
18
with:
19
persist-credentials: false
20
+
21
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
22
23
node-version-file: ".nvmrc"
24
cache: npm
25
package-manager-cache: true
26
27
- run: npm ci
28
29
- run: npm test
30
env:
31
FORCE_COLOR: 3
0 commit comments