Skip to content

Commit

Permalink
Merge pull request #29 from kodai3/chore-node-ver
Browse files Browse the repository at this point in the history
chore: 🤖 align node version to 18
  • Loading branch information
jmblog committed Mar 22, 2024
2 parents c18f74c + d65be23 commit a73b672
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version: '18.x'
- name: Cache node_modules
# https://docs.github.com/ja/actions/guides/caching-dependencies-to-speed-up-workflows#example-using-the-cache-action
# https://github.com/actions/cache/blob/main/examples.md#macos-and-ubuntu
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.17.6
18

0 comments on commit a73b672

Please sign in to comment.