Skip to content

Commit

Permalink
Merge pull request #14971 from cagov/mukhtar_main
Browse files Browse the repository at this point in the history
updates github actions node version
  • Loading branch information
mukkhtarr authored Feb 23, 2024
2 parents de6571b + 5bad3bc commit 0d3338f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/eleventy_build_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18.16.0
cache: 'npm'
- name: Install packages
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/eleventy_build_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@master
- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18.16.0
- name: Get branch name (merge)
if: github.event_name != 'pull_request'
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eleventy_build_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18.16.0
cache: 'npm'
- name: Install packages
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static_content_update_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18.16.0
cache: 'npm'
- run: git pull origin # jbum added
- run: npm ci --production
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static_content_update_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18.16.0
cache: 'npm'
- run: git pull origin # jbum added
- run: npm ci --production
Expand Down

0 comments on commit 0d3338f

Please sign in to comment.