Skip to content

Commit 4d32de9

Browse files
authored
Merge pull request #10 from martpie/update
Update deps
2 parents 4b4288f + 057894a commit 4d32de9

File tree

7 files changed

+1522
-3050
lines changed

7 files changed

+1522
-3050
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on: [push, pull_request]
44

55
jobs:
66
build:
7-
runs-on: ubuntu-18.04
7+
runs-on: ubuntu-20.04
88

99
strategy:
1010
matrix:
11-
node-version: [12.x]
11+
node-version: [16]
1212

1313
steps:
1414
- uses: actions/checkout@v1
@@ -26,8 +26,8 @@ jobs:
2626
- name: Install dependencies
2727
run: npm ci
2828

29-
- name: 'Unit tests'
30-
run: 'npm run test'
29+
- name: "Unit tests"
30+
run: "npm run test"
3131

32-
- name: 'Build'
33-
run: 'npm run build'
32+
- name: "Build"
33+
run: "npm run build"

0 commit comments

Comments
 (0)