Skip to content

Commit c2cc147

Browse files
authored
Merge pull request #42 from the-markup/github-action-updates
bumping node v to 22
2 parents 2197bbf + aea39e1 commit c2cc147

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/auto-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- uses: actions/setup-node@v2
2727
with:
28-
node-version: "20.15.1"
28+
node-version: "22.17.1"
2929

3030
- run: npm install
3131

.github/workflows/manual-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- uses: actions/setup-node@v2
2424
with:
25-
node-version: "20.15.1"
25+
node-version: "22.17.1"
2626

2727
- run: npm install
2828

.github/workflows/manual-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- uses: actions/setup-node@v2
2424
with:
25-
node-version: "20.15.1"
25+
node-version: "22.17.1"
2626

2727
- run: npm install
2828

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.15.1
1+
v22.17.1

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Structure and scripts for developing and deploying graphics on The Markup.
44

55
## Dependencies
66

7-
* [node.js](https://nodejs.org/) v20 (use [`nvm`](#using-nvm) to adjust your version if necessary)
7+
* [node.js](https://nodejs.org/) v22 (use [`nvm`](#using-nvm) to adjust your version if necessary)
88

99
## Quick start
1010

@@ -124,7 +124,7 @@ Check which version of node.js you have installed:
124124
node --version
125125
```
126126

127-
If you're not using v14, you can use [Node Version Manager (nvm)](https://github.com/nvm-sh/nvm/blob/master/README.md#installing-and-updating) to download/install it. In the process of installing `nvm`, you'll be asked to adjust your `.bashrc` or `.zshrc` file. Once you open a new terminal window, you should be able to download and activate a new version of node.js like this (using the version configured in the `.nvmrc` file):
127+
If you're not using v22, you can use [Node Version Manager (nvm)](https://github.com/nvm-sh/nvm/blob/master/README.md#installing-and-updating) to download/install it. In the process of installing `nvm`, you'll be asked to adjust your `.bashrc` or `.zshrc` file. Once you open a new terminal window, you should be able to download and activate a new version of node.js like this (using the version configured in the `.nvmrc` file):
128128

129129
```
130130
cd graphics-2024-blobs

0 commit comments

Comments
 (0)