Skip to content

Commit

Permalink
Merge pull request #28 from vastus/vastus/update-gh-workflow
Browse files Browse the repository at this point in the history
ci: Update build and test job
  • Loading branch information
vastus authored Jun 27, 2024
2 parents 2edfcad + 0b12fa1 commit b22a262
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ on:

jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 14.x
node-version: "20.x"
- run: npm ci
- run: npm run build --if-present
- run: npm test

0 comments on commit b22a262

Please sign in to comment.