Skip to content

Update node to version 20 #81

Update node to version 20

Update node to version 20 #81

Workflow file for this run

name: "Test typescript-action"
on:
pull_request:
push:
branches:
- master
- 'releases/*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/[email protected]
- name: Install Node (v20)
id: node-install
uses: actions/[email protected]
with:
node-version: 20.11
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Check for Execution
uses: ./
with:
skipOnCommitMsg: "sample"
ghToken: ${{secrects.GH_TOKEN_3}}

Check failure on line 28 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / Test typescript-action

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 28, Col: 20): Unrecognized named-value: 'secrects'. Located at position 1 within expression: secrects.GH_TOKEN_3
- name: Some Job
run: echo "sample"