Skip to content

Commit

Permalink
Merge pull request #44 from ngageoint/71-update-rimraf
Browse files Browse the repository at this point in the history
chore(dep): update rimraf version
  • Loading branch information
cwerthomni authored Jul 12, 2024
2 parents 802474f + 6b33274 commit 294240a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: '20'

- name: Get Yarn Cache Directory
id: yarn-cache-dir-path
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"opensphere-build-closure-helper": "^7.0.0",
"opensphere-build-resolver": "^10.0.0",
"pinst": "^2.1.6",
"rimraf": "^3.0.2",
"rimraf": "5.0.7",
"semantic-release": "^18.0.0",
"stylelint": "^14.0.0",
"stylelint-config-opensphere": "^1.0.0"
Expand Down

0 comments on commit 294240a

Please sign in to comment.