Skip to content

Commit

Permalink
Update Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
harveysanders committed Jan 31, 2024
1 parent ef53ca1 commit 4421808
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Ci
on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "16"
node-version: "20"
- run: npm ci
- run: npm test

0 comments on commit 4421808

Please sign in to comment.