Skip to content

Commit

Permalink
upgrade to node 20 (#1396)
Browse files Browse the repository at this point in the history
* upgrade to node 20

* upgrade test-build node
  • Loading branch information
s-santillan authored Mar 1, 2024
1 parent ac891b8 commit 8c694a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
cache: 'yarn'
- name: Install dependencies
run: yarn install
Expand All @@ -36,4 +36,4 @@ jobs:
run: aws s3 sync build/ s3://staging-semgrep-dev/docs --delete
- name: Deploy to production
if: github.ref == 'refs/heads/main'
run: aws s3 sync build/ s3://semgrep-docs/docs --delete
run: aws s3 sync build/ s3://semgrep-docs/docs --delete
4 changes: 2 additions & 2 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
cache: 'yarn'
- name: Install dependencies
run: yarn install
- name: Build
run: yarn build
run: yarn build

0 comments on commit 8c694a1

Please sign in to comment.