Skip to content

Commit

Permalink
chore: bump versions and gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Saschl committed Oct 18, 2023
1 parent fb306f7 commit e98ab74
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v1
with:
node-version: "16.x"
node-version: "18.x"
registry-url: "https://registry.npmjs.org"
- run: npm install
- run: npm run build:rollup
Expand All @@ -22,7 +22,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- uses: actions/setup-node@v1
with:
node-version: "16.x"
node-version: "18.x"
registry-url: "https://npm.pkg.github.com"
# Publish to GitHub Packages
- run: npm publish
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": "@flybywiresim/msfs-nodejs",
"version": "0.3.0",
"version": "0.4.0",
"description": "Wrapper around the MSFS SDK for Node.JS applications",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit e98ab74

Please sign in to comment.