Skip to content

fix: node version 변경 (CC-134) #9

fix: node version 변경 (CC-134)

fix: node version 변경 (CC-134) #9

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:

Check failure on line 9 in .github/workflows/appspec.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/appspec.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "20"
- run: npm install
- run: npm test
- uses: actions/setup-node@v3
with:
node-version: '20'