Skip to content

Commit

Permalink
Updated node versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbum committed Dec 14, 2023
1 parent 10f0c26 commit 3c8b68e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_pr_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@master
- name: Use Node.js 16
- name: Use Node.js 18
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18.15.0
- name: Get branch name (merge)
if: github.event_name != 'pull_request'
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/[email protected]

- name: Use Node.js 16.13.1
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 16.13.1
node-version: 18.15.0

- name: Build Site
run: |
Expand Down

0 comments on commit 3c8b68e

Please sign in to comment.