Skip to content

Commit

Permalink
PIPE-244 - Updated node version from 16 -> 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryangr0 committed Sep 24, 2024
1 parent d7b82a3 commit 3b772fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
with:
fetch-depth: 1

- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: '14'
node-version: '20'

- run: npm install
- run: npm run test
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
with:
fetch-depth: 1

- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: '14'
node-version: '20'

- run: npm install
- run: npm run build
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'github-extract-task-ids-action'
description: 'Extract task ids from commit messages, branch and pull request title using regular expressions'
author: 'Tjitse-E'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
inputs:
token:
Expand Down

0 comments on commit 3b772fd

Please sign in to comment.