Skip to content

Commit

Permalink
feat: update Node.js version to 18.x and add workflow_dispatch trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
dermatz committed Dec 8, 2024
1 parent 92a1a03 commit 7758280
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ on:
pull_request:
branches:
- main
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [16.x]
node-version: [18.x]

steps:
- name: Checkout repository
Expand Down

0 comments on commit 7758280

Please sign in to comment.