Skip to content

Commit

Permalink
Merge pull request #16 from 3Rafal/master
Browse files Browse the repository at this point in the history
Bump node to 16
  • Loading branch information
ManasJayanth authored May 10, 2024
2 parents 6d00824 + 862b1b7 commit 5f61e15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This action runs cached `esy install` and `esy build` in the current directory
```yml
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
- name: Install esy
run: npm install -g esy
- uses: esy/github-action@v1
Expand Down
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: JSON or opam file to be used
required: false
runs:
using: node12
using: node16
main: dist/index.js
branding:
icon: package
Expand Down

0 comments on commit 5f61e15

Please sign in to comment.