Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopheRivier committed Jan 30, 2024
1 parent bb725bd commit 4e2181c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 28 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/npm-build.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,12 @@ jobs:
shell: bash
# Test sam init
- run: sam init --name sam-app --runtime nodejs14.x --dependency-manager npm --app-template hello-world
- run: sam init --name sam-app --runtime nodejs20.x --dependency-manager npm --app-template hello-world

# Test sam build
- uses: actions/setup-node@v4
with:
node-version: "14"
node-version: "20"
- run: sam build
working-directory: ./sam-app

Expand Down

0 comments on commit 4e2181c

Please sign in to comment.