Skip to content

Commit

Permalink
Merge pull request #517 from open-rpc/fix/bump-deps
Browse files Browse the repository at this point in the history
fix: bump deps
  • Loading branch information
BelfordZ committed May 9, 2024
2 parents 0a51223 + 788cf06 commit a152f17
Show file tree
Hide file tree
Showing 9 changed files with 3,784 additions and 8,120 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ aliases:
defaults: &defaults
working_directory: ~/typings
docker:
- image: cimg/node:18.13.0
- image: cimg/node:20.12.1

jobs:
test:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ on:
jobs:
lint:
name: lint
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v2
with:
node-version: '14.15.1'
- uses: actions/setup-node@v4
- uses: actions/checkout@v2
- name: install eslint
run: npm install eslint@6.8.0 @typescript-eslint/parser@2.25.0 @typescript-eslint/eslint-plugin@2.25.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/typedoc-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
build-and-deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -18,7 +18,7 @@ jobs:
npm install typedoc
./node_modules/.bin/typedoc
- name: Deploy
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/typedoc-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ jobs:
uses: actions/checkout@v2
with:
persist-credentials: false
- uses: actions/setup-node@v2
with:
node-version: '14.15.1'
- uses: actions/setup-node@v4
- name: Install and Build
run: |
npm install
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.13.0
20.12.1
Loading

0 comments on commit a152f17

Please sign in to comment.