Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
node-versions: [ '12', '14' ]
node-versions: [ '14' ]

steps:
- name: Checkout repository
Expand Down
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/*
14
2 changes: 1 addition & 1 deletion lib/map_old_to_new_file_path.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const grunt = require( 'grunt' );
/**
* Replaces file names in the passed filePath with the file names in the fileMappings.
*
* @param {string} filePath The path to the file where the filenames should be replaced.
* @param {string} filePath The path to the file where the filenames should be replaced.
* @param {Object} fileMappings The file names to replace and the file names they should be replaced with.
*
* @return {void}
Expand Down
Loading