Skip to content

Commit

Permalink
chore: update github action plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
shepherdwind committed Feb 17, 2023
1 parent 4ba9cf0 commit dd6c461
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@
"import": "./dist/esm/index.js"
}
},
"browser": {
"fs": false,
"path": false
},
"files": ["dist", "History.md", "LICENSE", "README.md", "package.json"],
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/jest": "^29.4.0",
Expand Down

0 comments on commit dd6c461

Please sign in to comment.