Skip to content

Commit 061557a

Browse files
Create node-18-test.yml
1 parent 5444e83 commit 061557a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/node-18-test.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Node-18-test
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
8+
node-18-test:
9+
runs-on: windows-latest
10+
steps:
11+
- uses: actions/checkout@v4
12+
- uses: actions/setup-node@v4
13+
with:
14+
node-version: '18'
15+
16+
- run: npm ci

0 commit comments

Comments
 (0)