Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/semver-5.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rimesime authored Nov 28, 2023
2 parents fc74518 + 1bad901 commit cc8a81b
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 67 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
matrix:
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand All @@ -34,13 +34,13 @@ jobs:
fail-fast: false
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: javascript
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand All @@ -56,9 +56,9 @@ jobs:
# runs-on: ubuntu-latest
# needs: [test, analyze]
# steps:
# - uses: actions/checkout@v3
# - uses: actions/checkout@v4
# - name: Use Node.js 18.x
# uses: actions/setup-node@v3
# uses: actions/setup-node@v4
# with:
# node-version: 18.x
# cache: 'npm'
Expand Down
187 changes: 126 additions & 61 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 cc8a81b

Please sign in to comment.