Skip to content

updated 'use node 16x' to 20.x #152

updated 'use node 16x' to 20.x

updated 'use node 16x' to 20.x #152

Workflow file for this run

name: Test
on:
push:
env:
duplo_host: https://prod.duplocloud.net
duplo_tenant_id: 4b5f6dd7-c95b-4ab7-b6c6-10883941ad30
duplo_tenant_name: gha-tests
# user: github-duplo-bot
# token: github-duplo-cicd
duplo_token: ${{ secrets.RELEASE_BOT_DUPLO_TOKEN }}
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
- run: |
npm install
- run: |
npm run all
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
tenant: ${{ env.duplo_tenant_id }}
admin: false
- run: aws sts get-caller-identity