Skip to content

Commit

Permalink
Merge pull request #113 from w3c/node18
Browse files Browse the repository at this point in the history
Upgrade to node 18
  • Loading branch information
deniak authored Nov 14, 2022
2 parents fcfe80b + 0073f10 commit 9efc602
Show file tree
Hide file tree
Showing 4 changed files with 381 additions and 812 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [16.x, 18.x]
if: |
(github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]') ||
(github.event_name != 'pull_request_target' && github.actor != 'dependabot[bot]')
Expand Down
Loading

0 comments on commit 9efc602

Please sign in to comment.