-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 📌 Set engine version for package * Bump Docker base image * Update GH actions node * Document conda env * Bump actions version * Fix base image
- Loading branch information
Showing
7 changed files
with
58 additions
and
48 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
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
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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM node:16.16-alpine3.18 | ||
FROM node:18.18-alpine3.18 | ||
|
||
WORKDIR /usr/src/app | ||
|
||
|
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
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 |
---|---|---|
@@ -1,14 +1,15 @@ | ||
# Environment for developing the conda-store-ui and for running | ||
# Environment for developing the conda-store-ui and for running | ||
# playwright tests | ||
|
||
name: test-env | ||
name: cs-ui-dev-env | ||
channels: | ||
- conda-forge | ||
- conda-forge | ||
dependencies: | ||
- python=3.10 | ||
- yarn | ||
- nodejs==16.14.2 | ||
- pytest | ||
- pip: | ||
- playwright | ||
- pytest-playwright | ||
- python=3.10 | ||
- yarn | ||
- nodejs>=18.0 | ||
- pytest | ||
- pip | ||
- pip: | ||
- playwright | ||
- pytest-playwright |
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