Skip to content

Commit

Permalink
chore: Use Node.js 18.x
Browse files Browse the repository at this point in the history
rollup 4.x
> The minimal required Node version is now 18.0.0
  • Loading branch information
hankei6km committed Oct 16, 2023
1 parent 5c7bb12 commit 9fb8a7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Use Node.js 14.x
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 18.x

# https://docs.github.com/ja/free-pro-team@latest/actions/guides/caching-dependencies-to-speed-up-workflows
- name: Cache node modules
Expand Down

0 comments on commit 9fb8a7f

Please sign in to comment.