Skip to content

Commit

Permalink
Update dependencies and rebuild version
Browse files Browse the repository at this point in the history
  • Loading branch information
Herlix committed Jun 20, 2024
1 parent c59f328 commit 95ce1f3
Show file tree
Hide file tree
Showing 10 changed files with 2,484 additions and 2,154 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Build and Lint

on:
push:
branches: ['main']
branches: ["main"]

jobs:
# Run a validation build on LTS versions of node.
validate-build:
Expand All @@ -12,7 +13,7 @@ jobs:
# Create the build matrix for all the environments we're validating against.
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [18.x, 19.x, 20.x, 21.x]
os: [ubuntu-latest]

# Specify the environments we're going to build in.
Expand Down Expand Up @@ -53,10 +54,10 @@ jobs:
uses: actions/setup-node@v2
with:
# Use the oldest node LTS version that we support.
node-version: '14.x'
node-version: "14.x"

# Use the NPM registry.
registry-url: 'https://registry.npmjs.org/'
registry-url: "https://registry.npmjs.org/"

- name: Install the package with a clean slate.
run: npm ci
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#### 1.3.6 (2024-06-20)

Update dependencies

#### 1.3.5 (2024-03-14)

Update dependencies
Expand Down
Loading

0 comments on commit 95ce1f3

Please sign in to comment.