Skip to content

Commit

Permalink
Merge pull request #10 from ItzMiracleOwO/renovate/all
Browse files Browse the repository at this point in the history
Update all dependencies
  • Loading branch information
ItzMiracleOwO committed Sep 21, 2023
2 parents 599128f + 3424d1d commit e36e395
Show file tree
Hide file tree
Showing 4 changed files with 334 additions and 152 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 2.1
# Orbs are reusable packages of CircleCI configuration that you may share across projects, enabling you to create encapsulated, parameterized commands, jobs, and executors that can be used across multiple projects.
# See: https://circleci.com/docs/orb-intro/
orbs:
node: circleci/node@4.7
node: circleci/node@4.7.0

# Invoke jobs via workflows
# See: https://circleci.com/docs/configuration-reference/#workflows
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 16

Expand All @@ -23,7 +23,7 @@ jobs:
run: npm install -g eslint prettier

- name: Run linters
uses: wearerequired/lint-action@v1
uses: wearerequired/lint-action@v2
with:
eslint: true
prettier: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
publish-npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: https://registry.npmjs.org/
Expand Down
Loading

0 comments on commit e36e395

Please sign in to comment.