Skip to content

Commit

Permalink
Merge pull request #266 from streamich/bump-deps
Browse files Browse the repository at this point in the history
Bump dependencies
  • Loading branch information
streamich authored Nov 20, 2023
2 parents 86aa0eb + 16321d9 commit e7a190b
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 84 deletions.
79 changes: 0 additions & 79 deletions .circleci/config.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [12, 14]
node-version: [18]

steps:
- uses: actions/checkout@v1
Expand Down
26 changes: 26 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Node.js CI

on:
push:
branches: [ master ]

jobs:
unit:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: yarn
- run: yarn
- run: yarn test
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
"dependencies": {
"@jridgewell/sourcemap-codec": "^1.4.15",
"css-tree": "^1.1.2",
"csstype": "^3.0.6",
"csstype": "^3.1.2",
"fastest-stable-stringify": "^2.0.2",
"inline-style-prefixer": "^6.0.0",
"rtl-css-js": "^1.14.0",
"inline-style-prefixer": "^7.0.0",
"rtl-css-js": "^1.16.1",
"stacktrace-js": "^2.0.2",
"stylis": "^4.0.6"
"stylis": "^4.3.0"
},
"devDependencies": {
"@semantic-release/changelog": "5.0.1",
Expand Down

0 comments on commit e7a190b

Please sign in to comment.