Skip to content

Commit

Permalink
Merge pull request #184 from Multimo/upgrade-to-node-20
Browse files Browse the repository at this point in the history
feat: upgrade from node 16 to 20
  • Loading branch information
themightychris authored Apr 6, 2024
2 parents 0444a07 + da698d5 commit 597e199
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'
- uses: JarvusInnovations/background-action@v1
with:
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'
- run: npm install
- uses: ./
with:
Expand Down
2 changes: 1 addition & 1 deletion .holo/branches/github-action.lenses/build.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[hololens]
package = "holo/lens-npm-run/16"
package = "holo/lens-npm-run/20"

[hololens.npm_run]
env = "development"
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ inputs:
default: true

runs:
using: 'node16'
using: 'node20'
main: 'index.js'
post: 'index.js'

0 comments on commit 597e199

Please sign in to comment.