Skip to content

Commit

Permalink
upgrade node version
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjgrainger committed Nov 14, 2022
1 parent 9b788a6 commit 4db6058
Show file tree
Hide file tree
Showing 4 changed files with 5,470 additions and 1,017 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: 'Test Action works'
on: [push]

jobs:
create-branch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1

- name: "npm ci"
run: npm ci

- name: "npm run build"
run: npm run build

- uses: ./
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ outputs:
created:
description: 'Boolean value representing whether or not a new branch was created.'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
Loading

0 comments on commit 4db6058

Please sign in to comment.