Skip to content

Commit

Permalink
update GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Feb 5, 2024
1 parent 0e5db95 commit 38e8483
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: setup node
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'
- run: npm ci
- run: make
- run: make lint
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codespell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Codespell
uses: codespell-project/actions-codespell@v2
uses: codespell-project/actions-codespell@v2

0 comments on commit 38e8483

Please sign in to comment.