Skip to content

Commit

Permalink
CI: Update to Node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
aperezdc committed Nov 27, 2024
1 parent 1a3abe5 commit 1401527
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18.x'
cache: 'npm'
- name: Install Node modules
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'npm'
- name: Install Node modules
run: npm install
Expand Down

0 comments on commit 1401527

Please sign in to comment.