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 shelljs/shelljs#1140
  • Loading branch information
nfischer committed Nov 12, 2023
1 parent 88de24f commit e466c2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
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 e466c2e

Please sign in to comment.