Skip to content

Commit

Permalink
update to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
sigurdga committed Feb 8, 2024
1 parent b80ba2b commit d2731fc
Show file tree
Hide file tree
Showing 4 changed files with 2,032 additions and 984 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 20
check-latest: true

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ inputs:
description: Seperator between prefix, label, and suffix (e.g., space)
required: false
runs:
using: node16
using: node20
main: dist/index.js
branding:
icon: 'git-merge'
Expand Down
Loading

0 comments on commit d2731fc

Please sign in to comment.