Skip to content

Commit

Permalink
chore: keep node < 16 around longer
Browse files Browse the repository at this point in the history
GitHub is removing all versions < v16 from GitHub actions. I'm trying to
keep Node coverage for as long as possible.

Issue #1140
  • Loading branch information
nfischer committed Nov 12, 2023
1 parent a987ecf commit b704489
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: CI
on:
- push
- pull_request
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
jobs:
test:
name: Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
Expand Down

0 comments on commit b704489

Please sign in to comment.