Skip to content

Commit

Permalink
Merge pull request #40 from theomelo/upgrade-actions
Browse files Browse the repository at this point in the history
Fixes #41
  • Loading branch information
angelikatyborska authored Nov 25, 2022
2 parents 8f1d020 + a963453 commit c630d42
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 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 .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 12.13.0
nodejs 16.18.1
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
5 changes: 3 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c630d42

Please sign in to comment.