Skip to content

Commit

Permalink
updates Netlify example (Node v12 no longer required)
Browse files Browse the repository at this point in the history
  • Loading branch information
simpixelated authored and alekseykulikov committed Feb 24, 2023
1 parent e0fe113 commit 0888f40
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Expand Up @@ -283,16 +283,8 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: Install & Build
run: |
yarn install
yarn build
- name: Wait for the Netlify Preview
uses: jakepartusch/wait-for-netlify-action@v1
uses: jakepartusch/wait-for-netlify-action@v1.4
id: netlify
with:
site_name: 'gallant-panini-bc8593'
Expand Down

0 comments on commit 0888f40

Please sign in to comment.