Skip to content

Commit

Permalink
Merge pull request #1471 from davemfish/bugfix/GHA-1465-node-lts-version
Browse files Browse the repository at this point in the history
stick to node version 18 in build environments
  • Loading branch information
dcdenu4 authored Dec 12, 2023
2 parents 2f8caae + 7705c79 commit 8f8db4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ jobs:
- name: Set up node
uses: actions/setup-node@v3
with:
node-version: lts/*
node-version: 18

- name: Restore node_modules cache
id: nodemodules-cache
Expand Down Expand Up @@ -347,7 +347,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: lts/*
node-version: 18

- name: Restore node_modules cache
id: nodemodules-cache
Expand Down

0 comments on commit 8f8db4e

Please sign in to comment.