Skip to content

Commit 1087b8b

Browse files
authored
Create build test deploy workflow
1 parent ce6ddad commit 1087b8b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: build-test-deploy
2+
on: push
3+
jobs:
4+
build:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- name: use node.js
8+
uses: actions/setup-node@v3
9+
with:
10+
node-version: '18.x'
11+
- run: npm install
12+
- run: npm run build

0 commit comments

Comments
 (0)