Skip to content

Commit

Permalink
Fix/Remove Node v16 from github actions (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryczko authored Apr 29, 2023
1 parent 0ca061c commit 6663166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
environment: ${{ github.ref == 'refs/heads/main' && 'production' || 'preview'}}
strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x]
env:
CI: 1
NEXT_PUBLIC_API_KEY: ${{ secrets.NEXT_PUBLIC_API_KEY }}
Expand Down

1 comment on commit 6663166

@vercel
Copy link

@vercel vercel bot commented on 6663166 May 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

employee-pulse – ./

employee-pulse.vercel.app
employee-pulse-git-main-ryczko.vercel.app
employee-pulse-ryczko.vercel.app

Please sign in to comment.