Skip to content

Commit

Permalink
chore: node 16 -> 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehonal authored Dec 8, 2023
1 parent 858de48 commit 39c4922
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 @@ -5,7 +5,7 @@ on:
branches:
- master
env:
NODE_VERSION: 16
NODE_VERSION: 18
NPM_VERSION: 8
jobs:
test-extra-info-local-usage:
Expand Down
2 changes: 1 addition & 1 deletion changed-files/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ outputs:
required_paths_matched:
description: "If the changed files match the list of required paths"
runs:
using: "node16"
using: "node18"
main: "index.js"

0 comments on commit 39c4922

Please sign in to comment.