-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #909 from arawa/refactor/improve-select-users-and-…
…csv-import-users Implement user import from CSV in Workspace
- Loading branch information
Showing
67 changed files
with
10,733 additions
and
21,858 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,8 @@ jobs: | |
uses: skjnldsv/[email protected] | ||
id: versions | ||
with: | ||
fallbackNpm: '^7' | ||
fallbackNode: '^14' | ||
fallbackNpm: '^9' | ||
fallbackNode: '^20' | ||
|
||
- name: Use Node.js ${{ steps.versions.outputs.nodeVersion }} | ||
uses: actions/setup-node@v2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,8 +21,8 @@ jobs: | |
uses: skjnldsv/[email protected] | ||
id: versions | ||
with: | ||
fallbackNpm: '^7' | ||
fallbackNode: '^14' | ||
fallbackNpm: '^9' | ||
fallbackNode: '^20' | ||
|
||
- name: Use Node.js ${{ steps.versions.outputs.nodeVersion }} | ||
uses: actions/setup-node@v2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.