Skip to content

Commit

Permalink
Merge pull request #59 from dhilt/node20
Browse files Browse the repository at this point in the history
Node v20
  • Loading branch information
dhilt committed May 23, 2024
2 parents a5035b4 + a09384d commit 6c22ac5
Show file tree
Hide file tree
Showing 4 changed files with 648 additions and 789 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version: [20.x]
steps:
- name: Dispatched?
if: ${{ github.event_name == 'workflow_dispatch' }}
Expand All @@ -27,13 +27,13 @@ jobs:
echo "Build reason: ${{ github.event.inputs.cause }}"
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

- run: npm install
- run: npm test
- run: npm ci
- run: npm run build
- run: npm test
Loading

0 comments on commit 6c22ac5

Please sign in to comment.