Skip to content
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.

Commit

Permalink
Chore/update packages (#48)
Browse files Browse the repository at this point in the history
* Update tool-versions to node 16

* Update packages

* Version bump

* Update the README to target a Spec EVM implementation version

* Update PR template

* Update NPM version in builds
  • Loading branch information
wilwade authored Apr 29, 2022
1 parent ed35761 commit f7c4cf6
Show file tree
Hide file tree
Showing 9 changed files with 4,213 additions and 3,402 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Problem
=======
problem statement, including
[link to Pivotal Tracker #12345678](https://www.pivotaltracker.com/story/show/12345678)
[link to GitHub Issue #123](https://github.com/LibertyDSNP/contracts/issues/123)

Solution
========
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '14.15.5'

- name: Update npm to v7
run: npm i -g npm
node-version: '16.14.0'

- name: Check NPM Version
run: npm --version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '14.15.5'
node-version: '16.14.0'
registry-url: 'https://registry.npmjs.org'

- uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '14.15.5'
node-version: '16.14.0'
registry-url: 'https://registry.npmjs.org'

- uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 14.15.5
nodejs 16.14.0
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

The official DSNP interface and implementations.

**DSNP EVM Spec Versions: v1.0.x**

## Contract Deployments

### Rinkeby
Expand Down Expand Up @@ -29,8 +31,6 @@ The official DSNP interface and implementations.

## Overview

**Target DSNP Spec Version**: v1.0.0

### Installation
To install this package in your repo:
```console
Expand Down
Loading

0 comments on commit f7c4cf6

Please sign in to comment.