-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## fixes part of KILTprotocol/ticket#3081 - Makes sure the `package.json` specifies `yarn` version. - Upgrades the used **node version** on the `.nvmrc` to `lts/Iron`. - Makes sure the **GitHub workflows** uses node version 20. For this following must be set: - `actions/checkout@v4` - `actions/setup-node@v4` **with:** _either_ - **node-version-file:** '`package.json`' or '`.nvmrc`' - **node-version:** `'`<Node.js version using [SemVer](https://semver.org/) or [aliases](https://github.com/nodejs/Release?tab=readme-ov-file#release-schedule) > `'` - `actions/download-artifact@v4` - _optional, but done:_ `actions/cache@v4` - `aws-actions/configure-aws-credentials@v4` - `aws-actions/amazon-ecr-login@v2` - Makes sure the **Dockerfiles** also use the node version 20. This means that the following must be set: - `FROM node:20-alpine as builder`
- Loading branch information
1 parent
2ea03c9
commit f79fa0b
Showing
8 changed files
with
68 additions
and
66 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
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
Oops, something went wrong.