Skip to content

Commit

Permalink
Upgrade CI
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Nov 24, 2021
1 parent fe05fe9 commit fdb2c0d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/setup-node@v1
with:
node-version: '16'
- uses: actions/checkout@v2
- run: npm install
- run: npm run build
Expand Down

0 comments on commit fdb2c0d

Please sign in to comment.