Skip to content

Update to reflect that NitroPack no longer offers the Instant Load fe… #177

Update to reflect that NitroPack no longer offers the Instant Load fe…

Update to reflect that NitroPack no longer offers the Instant Load fe… #177

Workflow file for this run

name: 🤓
on: [push, pull_request]
jobs:
basics:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 16.x
- run: npm install
- run: npm test