Skip to content

Commit

Permalink
Update to nodejs 20 (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw authored Oct 25, 2023
1 parent c759d56 commit db1df3b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
cache: pnpm

- name: Install dependencies
Expand Down
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ outputs:
description: Path to the created environment. Only populated if environment was created, i.e., `environment-file` or `environment-name` was specified.

runs:
using: 'node16'
main: 'dist/index.js'
post: 'dist/post.js'
using: node20
main: dist/index.js
post: dist/post.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-micromamba",
"version": "1.5.0",
"version": "1.6.0",
"private": true,
"description": "Action to setup micromamba",
"scripts": {
Expand Down

0 comments on commit db1df3b

Please sign in to comment.