FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ImageScript/.github/workflows/node.yml at master · matmen/ImageScript · GitHub
matmen
/
ImageScript
Public
Notifications
You must be signed in to change notification settings
Fork
34
Star
677
Code
Issues
21
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
ImageScript
/
.github
/
workflows
/
node.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
25 lines (20 loc) · 482 Bytes
Breadcrumbs
ImageScript
/
.github
/
workflows
/
node.yml
Copy path
File metadata and controls
25 lines (20 loc) · 482 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name
:
node
on
:
push
:
branches
:
[dev, master]
pull_request
:
branches
:
[dev, master]
jobs
:
build
:
runs-on
:
${{ matrix.os }}
name
:
node ${{ matrix.version }} | ${{ matrix.os }}
strategy
:
matrix
:
version
:
[20.x, 22.x, 23.x, 24.x]
os
:
[macos-latest, ubuntu-latest, windows-latest]
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
actions/setup-node@v2
with
:
node-version
:
${{ matrix.version }}
-
run
:
npm test
Back
|
FazBrowse Home
|
New Git URL