Add support for Node.js version 18 #1109
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################### | |
# Auto-created by the cicd-actions tool | |
on: pull_request | |
name: Delete Duplicate Function-API Test Runs | |
jobs: | |
deploy: | |
name: Deploy | |
runs-on: ubuntu-latest | |
steps: | |
- name: Use Node.js | |
uses: actions/setup-node@v1 | |
with: | |
node-version: 14.17.2 | |
- uses: styfle/[email protected] | |
with: | |
access_token: ${{ secrets.TOKEN_GITHUB }} | |
workflow_id: 11826632 | |
all_but_latest: true |