Skip to content

Commit

Permalink
Merge pull request #44 from pavleprica/master
Browse files Browse the repository at this point in the history
Update got dependency to ^11.8.5
  • Loading branch information
VictorTaelin committed Sep 8, 2022
2 parents c9161f5 + 7ab46ae commit d9dd48f
Show file tree
Hide file tree
Showing 3 changed files with 6,796 additions and 3,400 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Install and build

on:
pull_request:
push:
branches:
- master

jobs:
install-and-build:
name: Run npm install and build
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- uses: actions/setup-node@v3
with:
node-version: 16

- name: Run npm ci and build
run: npm ci && npm run build

0 comments on commit d9dd48f

Please sign in to comment.