Skip to content

Commit

Permalink
fix: bump ci node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Apr 9, 2024
1 parent 7bcabd4 commit 8413967
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -25,7 +25,7 @@ aliases:
defaults: &defaults
working_directory: ~/project
docker:
- image: cimg/node:18.14.2
- image: cimg/node:20.12.1

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 16.17.0
- name: Use Node.js 20.12.1
uses: actions/setup-node@v1
with:
node-version: 16.17.0
node-version: 20.12.1
- name: npm install
run: npm install
- name: lint
Expand Down

0 comments on commit 8413967

Please sign in to comment.