Skip to content

Update Node version to 20 #353

Update Node version to 20

Update Node version to 20 #353

Workflow file for this run

name: "Test typescript-action"
on:
pull_request:
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v2
with:
node-version: '20'
- run: npm ci
- run: npm run test
- run: npm run check
- run: npm run build