Skip to content

Commit

Permalink
node16 (#26)
Browse files Browse the repository at this point in the history
* Update to using node16

* Use java 17 + node 16

* Update deps

* Bump version and build for release
  • Loading branch information
valerauko authored May 30, 2023
1 parent 9696955 commit facc245
Show file tree
Hide file tree
Showing 6 changed files with 11,740 additions and 6,715 deletions.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'wrike-ist'
description: 'GitHub Action for Wrike automation'
runs:
using: 'node12'
using: 'node16'
main: 'resources/index.js'
branding:
color: green
Expand Down
10 changes: 6 additions & 4 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM node:12
FROM clojure:temurin-17-lein-2.10.0

RUN apt-get update && \
apt-get upgrade --with-new-pkgs -y && \
apt-get install -y openjdk-8-jdk-headless && \
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash -

RUN apt-get install -y nodejs && \
rm -rf /var/lib/apt/lists/*

RUN npm install --global yarn
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wrike-ist",
"version": "1.3.0",
"version": "1.3.1",
"description": "GitHub Action for Wrike automation",
"main": "resources/main.js",
"scripts": {
Expand Down
Loading

0 comments on commit facc245

Please sign in to comment.