Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ipbyrne committed Apr 8, 2024
1 parent a383a12 commit 946b74d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Use Node 20
uses: actions/setup-node@v3
with:
node-version: 20.12.0
- name: Install
run: npm i
- name: Lint
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Isaac Byrne (me@ipbyrne.com)",
"module": "dist/index.esm.js",
"license": "Apache-2.0",
"version": "1.1.1",
"version": "1.1.2",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"keywords": [
Expand Down

0 comments on commit 946b74d

Please sign in to comment.