Skip to content

Commit

Permalink
Revert "Update to Node 16" (#258)
Browse files Browse the repository at this point in the history
* Revert "Update to Node 16"

* Add changeset
  • Loading branch information
elidupuis authored Jan 11, 2024
1 parent 7520906 commit 6058c1f
Show file tree
Hide file tree
Showing 6 changed files with 299 additions and 600 deletions.
5 changes: 5 additions & 0 deletions .changeset/red-zoos-turn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@showbie/backpack-tokens': minor
---

Revert Node upgrade
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
fetch-depth: 0

# https://github.com/actions/setup-node/
- name: Setup Node.js 16.x
- name: Setup Node.js 12.x
uses: actions/setup-node@v2.5.1
with:
node-version: 16.x
node-version: 12.x
registry-url: https://npm.pkg.github.com

# https://github.com/bahmutov/npm-install
Expand Down
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

42 changes: 0 additions & 42 deletions README.md

This file was deleted.

16 changes: 0 additions & 16 deletions packages/backpack-tokens/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,3 @@
![GitHub package.json version](https://img.shields.io/github/package-json/v/showbie/backpack-tokens)

A design token is an abstraction of a visual property such as colour, font, width, animation, etc. These raw values are language-agnostic and once transformed and formatted can be used on any platform.

## Development

See the `src` directory to update the colour tokens for Showbie and Socrative.
Any changes here will be built by the logic and templates in the `lib` directory and then released
in the `@showbie/backpack-tokens` npm package. The releases are triggered in Github Actions
via changeset workflows.

### Docs Site (vuepress)

There is also Vuepress documentation site in the `docs` directory. To run the docs site locally:

```sh
cd packages/backpack-tokens
yarn docs:dev
```
Loading

0 comments on commit 6058c1f

Please sign in to comment.