Skip to content

Commit

Permalink
updated workflows to use Node.js v20
Browse files Browse the repository at this point in the history
  • Loading branch information
friedemannsommer committed Nov 12, 2023
1 parent 7744139 commit 24d79b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-node@v4
with:
cache: 'npm'
node-version: 18
node-version: 20
- run: npm ci --no-fund --no-audit
- name: formatting
run: npm run fmt
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: actions/setup-node@v4
with:
cache: 'npm'
node-version: 18
node-version: 20
registry-url: 'https://registry.npmjs.org'
- run: npm ci --no-fund --no-audit
- run: npm run build:dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: actions/setup-node@v4
with:
cache: 'npm'
node-version: 18
node-version: 20

- run: npm ci --no-fund --no-audit

Expand Down

0 comments on commit 24d79b9

Please sign in to comment.