Skip to content

Commit

Permalink
Upgrade actions to Node.js 22
Browse files Browse the repository at this point in the history
  • Loading branch information
cmorabito-woolpert committed Jan 14, 2025
1 parent ab030c1 commit 547173d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Use Node.js v16 LTS
- name: Use Node.js v22 LTS
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '22'
cache: 'npm'
cache-dependency-path: application/backend/package-lock.json

Expand All @@ -56,10 +56,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Use Node.js v16 LTS
- name: Use Node.js v22 LTS
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '22'
cache: 'npm'
cache-dependency-path: application/frontend/package-lock.json

Expand Down

0 comments on commit 547173d

Please sign in to comment.