Skip to content

Commit

Permalink
adjust node running version
Browse files Browse the repository at this point in the history
  • Loading branch information
HarriPra committed Mar 18, 2024
1 parent 4e9a01e commit e4960ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/repo-dispatch/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ inputs:
required: false

runs:
using: 'node12'
using: 'node20' #what is node 12?
main: 'index.js'
#unsure with what else to put here, need to research

2 changes: 1 addition & 1 deletion .github/workflows/cross-repo-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '14' #maybe change this to make it dynamic later
node-version: '14'

- name: Install dependancies
run: yarn install
Expand Down

0 comments on commit e4960ad

Please sign in to comment.