Skip to content

Commit

Permalink
Bump actions/setup-node from 3.0.0 to 3.1.0 (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 4, 2022
1 parent ff2c0da commit 89be926
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
uses: crystal-lang/install-crystal@v1
with:
crystal: ${{ matrix.crystal_version }}
- uses: actions/setup-node@v3.0.0
- uses: actions/setup-node@v3.1.0
with:
node-version: "12.x"
- name: Cache node modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: crystal-lang/install-crystal@v1
with:
crystal: ${{ matrix.crystal_version }}
- uses: actions/setup-node@v3.0.0
- uses: actions/setup-node@v3.1.0
with:
node-version: "12.x"
- name: Run setup script
Expand Down

0 comments on commit 89be926

Please sign in to comment.