Skip to content

Commit

Permalink
fix: update to node 16 (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
basefas authored Nov 21, 2022
1 parent dfe0ae5 commit 92c426b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 12.x
- name: Use Node.js 16.x
uses: actions/setup-node@v3.4.1
with:
node-version: 12.x
node-version: 16.x
cache: 'npm'
- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ inputs:
description: The version of backport-action - deprecated
required: false
runs:
using: "node12"
using: "node16"
main: "dist/index.js"

0 comments on commit 92c426b

Please sign in to comment.