Skip to content

Commit

Permalink
Update node (#103)
Browse files Browse the repository at this point in the history
* chore: change engines range

Signed-off-by: Myles Borins <[email protected]>

* chore: update deps

---------

Signed-off-by: Myles Borins <[email protected]>
  • Loading branch information
MylesBorins authored Oct 2, 2023
1 parent 845009d commit 3284643
Show file tree
Hide file tree
Showing 6 changed files with 7,686 additions and 6,381 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: 'npm'

- name: Install npm packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
registry-url: 'https://registry.npmjs.org'
cache: npm
- name: Install latest npm version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
run-tests:
strategy:
matrix:
node-version: ['20', '18', '16', '14']
node-version: ['20', '18']
os: [ubuntu-latest, macos-latest, windows-latest]

runs-on: ${{ matrix.os }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules
.nyc_output/
coverage/
dist/
.tap/
Loading

0 comments on commit 3284643

Please sign in to comment.