Skip to content

Commit

Permalink
fix: package.json version
Browse files Browse the repository at this point in the history
  • Loading branch information
SASUKE40 committed Apr 15, 2020
1 parent 8de2386 commit 437170b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Use Node.js LTS
uses: actions/setup-node@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 @@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Use Node.js LTS
uses: actions/setup-node@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-postcss",
"version": "2.6.0",
"version": "2.6.4",
"description": "Seamless integration between Rollup and PostCSS",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit 437170b

Please sign in to comment.