Skip to content

Commit 1b750a9

Browse files
committed
Update CI node.js version
1 parent fb09057 commit 1b750a9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Use Node.js
1313
uses: actions/setup-node@v1
1414
with:
15-
node-version: "14.x"
15+
node-version: "18.x"
1616
- name: Install node modules
1717
run: npm ci
1818
- name: Build

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Use Node.js
1616
uses: actions/setup-node@v1
1717
with:
18-
node-version: "14.x"
18+
node-version: "18.x"
1919
- name: Install node modules
2020
run: npm ci
2121
- name: Run tests

.github/workflows/update-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install Node.JS 12.x
2020
uses: actions/setup-node@v1
2121
with:
22-
node-version: 12.x
22+
node-version: 18.x
2323
- name: Extract documentation and library files from the p5.js repo
2424
run: |
2525
npm install

.github/workflows/update-translation-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Node.JS 12.x
1818
uses: actions/setup-node@v1
1919
with:
20-
node-version: 12.x
20+
node-version: 18.x
2121
- name: npm install
2222
run: npm install
2323
# - name: Update json files

0 commit comments

Comments
 (0)