Skip to content

Commit

Permalink
chore: require node >=18
Browse files Browse the repository at this point in the history
  • Loading branch information
pamapa committed Nov 2, 2023
1 parent c2f93d4 commit 3eecb24
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7,498 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
cache: npm

- name: Cache incremental builds
Expand All @@ -30,7 +30,7 @@ jobs:
- run: npm ci
- run: npm pack --dry-run
- run: npm run typedoc

- name: Samples/Parcel builds
run: |
npm ci
Expand All @@ -44,7 +44,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
cache: npm

- name: Cache incremental builds
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
cache: npm
registry-url: https://registry.npmjs.org

Expand Down
Loading

0 comments on commit 3eecb24

Please sign in to comment.