Skip to content

Commit

Permalink
No More Experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
evanplaice committed May 23, 2020
1 parent 7d8b0a1 commit 21d4854
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 35 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup
uses: actions/setup-node@v1
with:
node-version: 13.7
node-version: 14
- name: Cache
uses: actions/cache@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup
uses: actions/setup-node@v1
with:
node-version: 13.7
node-version: 14
- name: Cache
uses: actions/cache@v1
with:
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ Mock-Console-ES is a small ES module implementation of a console mock. It allows
[![Latest Status](https://github.com/vanillaes/mock-console-es/workflows/Latest/badge.svg)](https://github.com/vanillaes/mock-console-es/actions)
[![Release Status](https://github.com/vanillaes/mock-console-es/workflows/Release/badge.svg)](https://github.com/vanillaes/mock-console-es/actions)

<p align="center"><strong>⚠️ Notice: EcmaScript Module Support in Node is Experimental ⚠️</strong></p>

## Features

- ECMAScript Module
Expand Down
75 changes: 46 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"babel-eslint": "^10.1.0",
"rollup-plugin-terser": "^5.3.0",
"semistandard": "^14.2.0",
"tape-es": "^1.2.2"
"tape-es": "^1.2.5"
},
"engines": {
"node": ">=13.7"
"node": "~14"
},
"semistandard": {
"parser": "babel-eslint"
Expand Down

0 comments on commit 21d4854

Please sign in to comment.