Skip to content

Commit

Permalink
fix(git): resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Jul 27, 2024
2 parents 5055d49 + 32eb170 commit dabe54f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 226 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Get Node version from Node manifest
run: echo "NODE_VER=$(curl -s https://nwjs.io/versions | jq -r ".versions[0].components.node")" >> $GITHUB_ENV
- name: Setup Node
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version: ${{ env.NODE_VER }}
cache: "npm"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
node-version: 22
cache: "npm"
Expand Down
224 changes: 0 additions & 224 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dabe54f

Please sign in to comment.