Skip to content

Commit

Permalink
feat: 🎸 Node.js のバージョンを v18.9.1 にした
Browse files Browse the repository at this point in the history
  • Loading branch information
nikukyugamer committed Sep 28, 2022
1 parent 4b9be3a commit 5496ef1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
working_directory: ~/repo
docker:
- image: circleci/node:14.18.2
- image: circleci/node:18.9.1
steps:
- checkout
- run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '14.x'
node-version: '18.9.1'
registry-url: 'https://registry.npmjs.org'
# https://github.com/actions/cache
- name: Get yarn cache directory path
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.17.1
18.9.1

0 comments on commit 5496ef1

Please sign in to comment.