Skip to content

Commit

Permalink
Merge pull request #701 from moorscode/patch-1
Browse files Browse the repository at this point in the history
chore: Update node version in GitHub Actions
  • Loading branch information
leonardomso committed Nov 2, 2023
2 parents 2019af3 + 9494f61 commit d323d26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: CI
on: [push]
on: [push,workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Begin CI...
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Use Node 12
- name: Use Node 18
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 18.x

- name: Use cached node_modules
uses: actions/cache@v1
Expand Down

1 comment on commit d323d26

@vercel
Copy link

@vercel vercel bot commented on d323d26 Nov 2, 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:

roover – ./

roover-git-master-leonardomso.vercel.app
roover-leonardomso.vercel.app
roover.vercel.app

Please sign in to comment.