Skip to content
This repository was archived by the owner on Mar 13, 2021. It is now read-only.

Commit 5a5bdc3

Browse files
committed
Align versions
1 parent 987d189 commit 5a5bdc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

node-invoker.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: Invoker
44
metadata:
55
name: node
66
spec:
7-
version: 0.0.7-snapshot
7+
version: 0.0.8-snapshot
88
matchers:
99
- package.json
1010
- "*.js"

spec/version.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const fs = require('fs');
1818
const path = require('path');
1919
const yaml = require('js-yaml');
2020

21-
fdescribe('version', () => {
21+
describe('version', () => {
2222

2323
const { version } = require('../package.json');
2424

0 commit comments

Comments
 (0)