Skip to content

Commit

Permalink
Fix node ver
Browse files Browse the repository at this point in the history
  • Loading branch information
Peterbyte committed Sep 18, 2024
1 parent b087f88 commit 6e7f03d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# Setup .npmrc file to publish to GitHub Packages
- uses: actions/setup-node@v2
with:
node-version: "18.x"
node-version: "20.x"
registry-url: "https://npm.pkg.github.com"
# Defaults to the user or organization that owns the workflow file
scope: "@stackcrafters"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stackcrafters/ts-build-config",
"description": "A package that provides a base ts build configuration, with eslint, prettier, jest",
"version": "0.0.0",
"version": "0.0.1",
"main": "config/index.js",
"files": [
"/config",
Expand Down

0 comments on commit 6e7f03d

Please sign in to comment.