Skip to content

Commit

Permalink
Updated GitHub workflow configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
taneltm committed May 28, 2023
1 parent 5c83e18 commit 9476c98
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ jobs:
node-version: [16.x]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: 18
- name: Install dependencies
run: npm ci
- name: Build
Expand Down

0 comments on commit 9476c98

Please sign in to comment.