Skip to content

Commit

Permalink
node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
dhilt committed May 23, 2024
1 parent a5035b4 commit 3114026
Show file tree
Hide file tree
Showing 2 changed files with 644 additions and 785 deletions.
8 changes: 4 additions & 4 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 ci
- run: npm test
- run: npm run build
Loading

0 comments on commit 3114026

Please sign in to comment.