Skip to content

Commit

Permalink
Merge 535c881 into 8664fc5
Browse files Browse the repository at this point in the history
  • Loading branch information
Damon1024 committed Jan 11, 2023
2 parents 8664fc5 + 535c881 commit 41aa6ed
Show file tree
Hide file tree
Showing 6 changed files with 4,900 additions and 2,685 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
test:
strategy:
matrix:
node: ['12', '14', '16']
node: ['16', '18']
name: Node ${{ matrix.node }}
runs-on: ubuntu-latest
steps:
Expand All @@ -18,7 +18,6 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: npm install -g npm@7
- run: npm ci
- run: npm run prettier
- run: npm run test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version: '18.x'
- run: npm ci
- run: npm run test

Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm publish
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
18
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Unreleased

- [PLAT-1171] Release with Node 18, no longer install npm@7 during build

## 1.0.0

- [RB-381] _Breaking_ all optional parameters are now passed in the opts hash
Expand Down
Loading

0 comments on commit 41aa6ed

Please sign in to comment.