Skip to content

Commit

Permalink
Upgrade CI to use LTS version of node (#11)
Browse files Browse the repository at this point in the history
* Upgrade CI to use LTS version of node

* Prefer 18 and 20
  • Loading branch information
sgb-io authored Nov 30, 2023
1 parent 6d55f27 commit 626d71d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 20.x
- run: yarn
- run: yarn build
- run: yarn lint
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Multiple versions of the HMRC rates can be supported, although only the follwing
- 2022/23
- 2023/24

Works in all modern browsers and Node.js (v18+ LTS recommended).
Works in all modern browsers and Node.js (LTS recommended).

## Installation

Expand Down

0 comments on commit 626d71d

Please sign in to comment.