Skip to content

Commit

Permalink
🔖 2.15.5-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
o4kapuk committed Nov 25, 2023
1 parent 4c14052 commit 254c94f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ jobs:
steps:
- name: ⤵️ Checkout
uses: actions/checkout@v3
- name: 🔨 Setup node
- name: 🔨 Setup node (npmjs)
uses: actions/setup-node@v3
with:
node-version: '10.x'
registry-url: 'https://registry.npmjs.org'
scope: '@screeps'
- name: 👷 Install
run: npm ci
- name: 📦️ Publish (npmjs)
Expand Down
2 changes: 1 addition & 1 deletion 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": "@screeps/common",
"version": "2.15.5-rc1",
"version": "2.15.5-rc2",
"description": "",
"main": "index.js",
"author": "Artem Chivchalov <[email protected]>",
Expand Down

0 comments on commit 254c94f

Please sign in to comment.