Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GaelGirodon committed Mar 14, 2024
1 parent 2d24180 commit 7dc6371
Show file tree
Hide file tree
Showing 5 changed files with 257 additions and 163 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ If applicable, add logs or screenshots to help explain your problem.
**Environment (please complete the following information)**

- OS: [e.g. Ubuntu 22.04]
- Node.js version: [e.g. 20.9.0]
- NPM version: [e.g. 10.1.0]
- Node.js version: [e.g. 20.11.1]
- NPM version: [e.g. 10.2.4]
- Context: [e.g. Docker, GitLab CI, ...]

**Additional context**
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x
cache: npm
registry-url: https://registry.npmjs.org
- run: npm ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
node-version: [18.x, 20.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 Down
Loading

0 comments on commit 7dc6371

Please sign in to comment.