Skip to content

Commit

Permalink
Bump Node and actions/checkout major versions
Browse files Browse the repository at this point in the history
(cherry picked from commit de375e3)
  • Loading branch information
Theo Melo authored and theomelo committed Nov 24, 2022
1 parent 8f1d020 commit 3d2374e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
node-version: 12.x
node-version: 16.x

- name: Install project dependencies
run: npm install --also=dev
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ inputs:
description: 'A string with a JSON that holds variables that will be used when rendering the Mustache templates'
required: false
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
branding:
icon: 'message-circle'
Expand Down

0 comments on commit 3d2374e

Please sign in to comment.