Skip to content

Commit

Permalink
Updated release version (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
Razican authored Feb 22, 2022
1 parent 719795c commit 24774f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LABEL "com.github.actions.color"="purple"
RUN cargo install critcmp

# Install Node.js
ENV NODE_VERSION 12.0.0
ENV NODE_VERSION 16.0.0
ENV PATH /root/.nvm/versions/node/v$NODE_VERSION/bin:$PATH
RUN curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
# Check that Node.js was correctly installed
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "criterion-compare-action",
"version": "3.1.0",
"version": "3.2.0",
"repository": "https://github.com/boa-dev/criterion-compare-action/",
"description": "Compare the performance of Rust project branches using criterion",
"main": "main.js",
Expand Down

0 comments on commit 24774f5

Please sign in to comment.