Skip to content

Commit

Permalink
ci: update script
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkgs committed Feb 3, 2024
1 parent d8d6b72 commit 3318549
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ng2-gauge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: 'ng2-gauge'
on: push

jobs:
build-and-test:
lint-and-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 18.x
- name: Use Node.js 20.x
uses: actions/setup-node@v1
with:
node-version: 18.x
node-version: 20.x
- name: Cache Node modules
uses: actions/cache@v2
env:
Expand Down

0 comments on commit 3318549

Please sign in to comment.