Skip to content

Commit

Permalink
Merge pull request #46 from MrHIDEn/update-github-action
Browse files Browse the repository at this point in the history
Update version and github action
  • Loading branch information
gunnarmein-ts committed Apr 3, 2024
2 parents 9c7fca0 + 6e82705 commit f339190
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Expand Up @@ -12,12 +12,12 @@ jobs:
runs-on: [ubuntu-22.04]
name: Build and test
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Use Node.js 16.x
uses: actions/setup-node@v3
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20
cache: 'npm'
cache-dependency-path: |
./package-lock.json
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"description": "javascript light-weight symbolic math expression evaluator",
"name": "nerdamer",
"license": "MIT",
"version": "1.1.13",
"version": "1.1.14",
"homepage": "http://nerdamer.com/",
"directory": {
"lib": "./"
Expand Down

0 comments on commit f339190

Please sign in to comment.