Skip to content

Commit cd8ca4f

Browse files
author
Joe Pavitt
committed
Update github actions to use Node 20
1 parent 2c6ef1a commit cd8ca4f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
2121
with:
22-
node-version: 18
22+
node-version: 20
2323
cache: npm
2424
- run: npm ci
2525
- name: Build

.github/workflows/publish-private.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.42.0'
1414
with:
1515
node: '[
16-
{"version": "18", "tests": true, "lint": true},
16+
{"version": "20", "tests": true, "lint": true},
1717
]'
1818

1919
publish:

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node
1818
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
1919
with:
20-
node-version: 18
20+
node-version: 20
2121
- name: Install Dependencies
2222
run: npm ci
2323
- name: Run Tests

0 commit comments

Comments
 (0)