Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Update node CI version to 12.22
Browse files Browse the repository at this point in the history
We still claim support for 12.14 and up, but loom v1 requires 12.22 so
thats the min version we can test against.

We'll be dropping support for node 12 soon I'm not to worried by this.
  • Loading branch information
BPScott committed Jan 31, 2022
1 parent 4dd7164 commit 81f4137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['12.14', '14.x', '16.x']
node-version: ['12.22', '14.x', '16.x']
timeout-minutes: 15

steps:
Expand Down

0 comments on commit 81f4137

Please sign in to comment.